ServerChannelSinkStack.Store(IServerChannelSink, Object) Método

Definição

Armazena um coletor de mensagens e seu estado associado para processamento assíncrono posterior.

public:
 virtual void Store(System::Runtime::Remoting::Channels::IServerChannelSink ^ sink, System::Object ^ state);
public void Store(System.Runtime.Remoting.Channels.IServerChannelSink sink, object state);
[System.Security.SecurityCritical]
public void Store(System.Runtime.Remoting.Channels.IServerChannelSink sink, object state);
abstract member Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
override this.Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
[<System.Security.SecurityCritical>]
abstract member Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
override this.Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
Public Sub Store (sink As IServerChannelSink, state As Object)

Parâmetros

sink
IServerChannelSink

Um coletor de canal do servidor.

state
Object

O estado associado sinka .

Implementações

Atributos

Exceções

A pilha do coletor atual está vazia.

-ou-

O coletor especificado nunca foi empurrado para a pilha atual.

Comentários

O método Store destina-se a ser usado apenas pela infraestrutura de comunicação remota do .NET Framework. Você não deve chamá-lo diretamente.

Aplica-se a