Compartilhar via


IServerChannelSinkStack.Store(IServerChannelSink, Object) Método

Definição

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

public:
 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
[<System.Security.SecurityCritical>]
abstract member 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 com o sink.

Atributos

Comentários

O Store método destina-se a ser usado apenas pela infraestrutura de comunicação remota .NET Framework.

Aplica-se a