ServerChannelSinkStack.Push(IServerChannelSink, Object) Metoda

Definicja

Wypycha określony ujścia i informacje skojarzone z nim do stosu ujścia.

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)

Parametry

sink
IServerChannelSink

Ujścia do wypychania do stosu ujścia.

state
Object

Informacje wygenerowane po stronie żądania, które są wymagane po stronie odpowiedzi.

Implementuje

Atrybuty

Uwagi

Informacje wygenerowane po stronie żądania i określone w parametrze są zwracane w parametrze state state metody w odpowiednim AsyncProcessResponse ujściu.

Dotyczy