Compartilhar via


IClientChannelSinkStack.Pop(IClientChannelSink) 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::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

Parâmetros

sink
IClientChannelSink

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