ClientChannelSinkStack.Push(IClientChannelSink, Object) Metodo

Definizione

Inserisce il sink specificato e le informazioni associate nello stack di sink.

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)

Parametri

sink
IClientChannelSink

Sink da inserire nello stack di sink.

state
Object

Informazioni generate sul lato richiesta e necessarie sul lato risposta.

Implementazioni

Attributi

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