Compartilhar via


ServerChannelSinkStack.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:
 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

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.

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