IServerChannelSinkStack.Store(IServerChannelSink, Object) Método

Definición

Almacena un receptor de mensajes y su estado asociado para el procesamiento asincrónico 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

Un receptor de canal de servidor.

state
Object

Estado asociado a sink.

Atributos

Comentarios

El método Store está diseñado solo para su uso por parte de la infraestructura de comunicación remota de .NET Framework.

Se aplica a