Partager via


IServerChannelSinkStack.StoreAndDispatch(IServerChannelSink, Object) Méthode

Définition

Stocke un récepteur de messages et l'état qui lui est associé, puis distribue un message de façon asynchrone, à l'aide du récepteur que vous venez de stocker et de tous les autres récepteurs stockés.

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

Paramètres

sink
IServerChannelSink

Récepteur de canal serveur.

state
Object

État associé à sink.

Attributs

Remarques

la StoreAndDispatch méthode est destinée à être utilisée uniquement par l’infrastructure de communication à distance .NET Framework.

En outre, la méthode ne doit être appelée que par un récepteur de transport pour effectuer une distribution asynchrone.

S’applique à