Share via


ServerChannelSinkStack.StoreAndDispatch(IServerChannelSink, Object) Método

Definição

Armazena um coletor de mensagem e seu estado associado e, em seguida, envia uma mensagem de forma assíncrona, usando o coletor recém-armazenado e 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 com o sink.

Implementações

Atributos

Comentários

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

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

Aplica-se a