IClientChannelSinkStack.Push(IClientChannelSink, Object) Metodo

Definizione

Inserisce nel sink le informazioni e il sink specificati associati allo stack di sink.

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

Parametri

sink
IClientChannelSink

Sink da inserire nello stack sink.

state
Object

Informazioni generate sul lato della richiesta necessarie sul lato della risposta.

Attributi

Eccezioni

Il chiamante immediato non dispone dell'autorizzazione dell'infrastruttura.

Commenti

Le informazioni generate sul lato richiesta e specificate nel state parametro vengono restituite nel state parametro del AsyncProcessResponse metodo nel sink corrispondente.

Si applica a