ServerChannelSinkStack.StoreAndDispatch(IServerChannelSink, Object) Método

Definição

Armazena um coletor de mensagens e seu estado associado e, em seguida, envia uma mensagem de forma assíncrona, usando o coletor apenas armazenado e quaisquer outros coletores armazenados.

public:
 virtual 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
override this.StoreAndDispatch : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
[<System.Security.SecurityCritical>]
abstract member StoreAndDispatch : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
override this.StoreAndDispatch : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
Public Sub StoreAndDispatch (sink As IServerChannelSink, state As Object)

Parâmetros

sink
IServerChannelSink

Um coletor de canal do servidor.

state
Object

O estado associado sinka .

Implementações

Atributos

Comentários

O método StoreAndDispatch destina-se a ser usado apenas pela infraestrutura de comunicação remota do .NET Framework. Você não deve chamá-lo diretamente.

O método deve ser chamado apenas por um coletor de transporte para concluir uma expedição assíncrona.

Aplica-se a