ClientChannelSinkStack.Push(IClientChannelSink, Object) Yöntem

Tanım

Belirtilen havuzu ve onunla ilişkili bilgileri havuz yığınına iletir.

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)

Parametreler

sink
IClientChannelSink

Havuz yığınına itmek için lavabo.

state
Object

İstek tarafında oluşturulan ve yanıt tarafında gerekli olan bilgiler.

Uygulamalar

Öznitelikler

Açıklamalar

İstek tarafında oluşturulan ve parametresinde state belirtilen bilgiler, ilgili havuzdaki yönteminin state parametresinde AsyncProcessResponse döndürülür.

Şunlara uygulanır