ServerChannelSinkStack.Pop(IServerChannelSink) Metoda

Definicja

Wyskakuje informacje skojarzone ze wszystkimi ujściami ze stosu ujścia do włącznie z określonym ujściem.

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

Parametry

sink
IServerChannelSink

Ujścia do usunięcia i zwrócenia ze stosu ujścia.

Zwraca

Object

Informacje wygenerowane po stronie żądania i skojarzone z określonym ujściem.

Implementuje

Atrybuty

Wyjątki

Bieżący stos ujścia jest pusty lub określony ujścio nigdy nie był wypychany do bieżącego stosu.

Dotyczy