ClientChannelSinkStack.Pop(IClientChannelSink) Método

Definição

Exibe as informações associadas a todos os coletores da pilha do coletor 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 do coletor.

Retornos

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

Implementações

Atributos

Exceções

A pilha do coletor atual está vazia ou o coletor especificado nunca foi empurrado para a pilha atual.

Aplica-se a