Compartilhar via


ClientChannelSinkStack.Pop(IClientChannelSink) Método

Definição

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

public:
 virtual 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
override this.Pop : System.Runtime.Remoting.Channels.IClientChannelSink -> obj
[<System.Security.SecurityCritical>]
abstract member Pop : System.Runtime.Remoting.Channels.IClientChannelSink -> obj
override this.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

Object

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

Implementações

Atributos

Exceções

A pilha de coletores atual está vazia ou o coletor especificado nunca foi enviado por push para a pilha atual.

Aplica-se a