Aracılığıyla paylaş


ServerChannelSinkStack.Push(IServerChannelSink, 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::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)

Parametreler

sink
IServerChannelSink

Lavabo 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öntemin AsyncProcessResponse parametresinde state döndürülür.

Şunlara uygulanır