IClientChannelSinkStack.Pop(IClientChannelSink) Methode

Definition

Pops the information associated with all the sinks from the sink stack up to and including the specified sink.

public:
 System::Object ^ Pop(System::Runtime::Remoting::Channels::IClientChannelSink ^ sink);
public object Pop(System.Runtime.Remoting.Channels.IClientChannelSink sink);
[System.Security.SecurityCritical]
public object Pop(System.Runtime.Remoting.Channels.IClientChannelSink sink);
abstract member Pop : System.Runtime.Remoting.Channels.IClientChannelSink -> obj
[<System.Security.SecurityCritical>]
abstract member Pop : System.Runtime.Remoting.Channels.IClientChannelSink -> obj
Public Function Pop (sink As IClientChannelSink) As Object

Parameter

sink
IClientChannelSink

Die Spüle, die aus dem Senkenstapel entfernt und zurückgegeben werden soll.

Gibt zurück

Informationen, die auf der Anforderungsseite generiert und der angegebenen Spüle zugeordnet sind.

Attribute

Ausnahmen

Der direkte Aufrufer verfügt nicht über die Infrastrukturberechtigung.

Gilt für: