ServerChannelSinkStack.Store(IServerChannelSink, Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Armazena um coletor de mensagem e seu estado associado para processamento assíncrono posterior.
public:
virtual 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
override this.Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
[<System.Security.SecurityCritical>]
abstract member Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
override this.Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
Public Sub Store (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
Exceções
A pilha de coletores atual está vazia.
- ou -
O coletor especificado nunca foi enviado por push para a pilha atual.
Comentários
O Store método destina-se a ser usado apenas pela infraestrutura de comunicação remota .NET Framework. Você não deve chamá-lo diretamente.