Compartilhar via


IServerChannelSinkStack.Pop(IServerChannelSink) Método

Definição

Exibe as informações associadas a todos os coletores da pilha de coletores até e incluindo o coletor especificado.

public:
 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
[<System.Security.SecurityCritical>]
abstract member Pop : System.Runtime.Remoting.Channels.IServerChannelSink -> obj
Public Function Pop (sink As IServerChannelSink) As Object

Parâmetros

sink
IServerChannelSink

O coletor a ser removido e retornado da pilha de coletores.

Retornos

Informações geradas no lado da solicitação e associadas ao coletor especificado.

Atributos

Exceções

O chamador imediato não tem permissão de infraestrutura.

Aplica-se a