IServerChannelSinkStack.Push(IServerChannelSink, Object) Yöntem

Tanım

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

public:
 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
[<System.Security.SecurityCritical>]
abstract member Push : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
Public Sub Push (sink As IServerChannelSink, state As Object)

Parametreler

sink
IServerChannelSink

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

state
Object

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

Öznitelikler

Özel durumlar

Hemen çağıranın altyapı izni yok.

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