ServerChannelSinkStack.Store(IServerChannelSink, Object) Método

Definição

Armazena um sumidouro de mensagens e o 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 sumidouro de canal de servidor.

state
Object

O estado associado a sink.

Implementações

Atributos

Exceções

A chaminé atual da pia está vazia.

-ou-

O sumidouro especificado nunca foi empurrado para a pilha atual.

Observações

O método Store destina-se apenas à utilização pela infraestrutura remota do .NET Framework. Não deves ligar diretamente.

Aplica-se a