IServerChannelSinkStack.Store(IServerChannelSink, Object) Metodo

Definizione

Memorizza un sink dei messaggi e il relativo stato associato per la successiva elaborazione asincrona.

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)

Parametri

sink
IServerChannelSink

Sink di canale del server.

state
Object

Stato associato a sink.

Attributi

Commenti

Il Store metodo è destinato all'uso solo dall'infrastruttura remota di .NET Framework.

Si applica a