IServerChannelSinkStack.StoreAndDispatch(IServerChannelSink, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.