Udostępnij za pośrednictwem


ServerChannelSinkStack.Pop(IServerChannelSink) Metoda

Definicja

Wyskakuje informacje skojarzone ze wszystkimi ujściami ze stosu ujścia do i łą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ście do usunięcia i powrotu ze stosu ujścia.

Zwraca

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ście nigdy nie został wypchnięty do bieżącego stosu.

Dotyczy