ServerChannelSinkStack.Push(IServerChannelSink, Object) Metodo

Definizione

Inserisce nel sink le informazioni e il sink specificati associati allo 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 sink.

state
Object

Informazioni generate sul lato della richiesta necessarie sul lato della 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