ServerChannelSinkStack.Push(IServerChannelSink, Object) Metodo

Definizione

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

public:
 virtual void Push(System::Runtime::Remoting::Channels::IServerChannelSink ^ sink, System::Object ^ state);
public void Push (System.Runtime.Remoting.Channels.IServerChannelSink sink, object state);
[System.Security.SecurityCritical]
public void Push (System.Runtime.Remoting.Channels.IServerChannelSink sink, object state);
abstract member Push : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
override this.Push : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
[<System.Security.SecurityCritical>]
abstract member Push : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
override this.Push : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
Public Sub Push (sink As IServerChannelSink, state As Object)

Parametri

sink
IServerChannelSink

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