ServerChannelSinkStack.Pop(IServerChannelSink) Methode

Definition

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

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

Parameter

sink
IServerChannelSink

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.

Implementiert

Attribute

Ausnahmen

Der aktuelle Senkenstapel ist leer, oder die angegebene Spüle wurde nie auf den aktuellen Stapel verschoben.

Gilt für: