ServerChannelSinkStack.Pop(IServerChannelSink) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.