Udostępnij za pośrednictwem


ClientChannelSinkStack.Push(IClientChannelSink, Object) Metoda

Definicja

Wypycha określony ujście i informacje skojarzone z nim na stos ujścia.

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)

Parametry

sink
IClientChannelSink

Ujście do wypchnięcia do stosu ujścia.

state
Object

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

Implementuje

Atrybuty

Uwagi

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

Dotyczy