ClientChannelSinkStack.Push(IClientChannelSink, 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.
Envia o coletor especificado e as informações associadas a ele por push para a pilha de coletores.
public:
virtual void Push(System::Runtime::Remoting::Channels::IClientChannelSink ^ sink, System::Object ^ state);
public void Push (System.Runtime.Remoting.Channels.IClientChannelSink sink, object state);
[System.Security.SecurityCritical]
public void Push (System.Runtime.Remoting.Channels.IClientChannelSink sink, object state);
abstract member Push : System.Runtime.Remoting.Channels.IClientChannelSink * obj -> unit
override this.Push : System.Runtime.Remoting.Channels.IClientChannelSink * obj -> unit
[<System.Security.SecurityCritical>]
abstract member Push : System.Runtime.Remoting.Channels.IClientChannelSink * obj -> unit
override this.Push : System.Runtime.Remoting.Channels.IClientChannelSink * obj -> unit
Public Sub Push (sink As IClientChannelSink, state As Object)
Parâmetros
- sink
- IClientChannelSink
O coletor a ser enviado por push para a pilha de coletores.
- state
- Object
Informações geradas no lado de solicitação que são necessárias no lado de resposta.
Implementações
- Atributos
Comentários
As informações geradas no lado da solicitação e especificadas no state
parâmetro são retornadas no state
parâmetro do AsyncProcessResponse método no coletor correspondente.