Bagikan melalui


ClientChannelSinkStack.Push(IClientChannelSink, Object) Metode

Definisi

Mendorong sink dan informasi yang ditentukan yang terkait dengannya ke tumpukan sink.

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)

Parameter

sink
IClientChannelSink

Wastafel untuk mendorong ke tumpukan sink.

state
Object

Informasi yang dihasilkan di sisi permintaan yang diperlukan di sisi respons.

Penerapan

Atribut

Keterangan

Informasi yang dihasilkan di sisi permintaan dan ditentukan dalam state parameter dikembalikan dalam state parameter AsyncProcessResponse metode pada sink yang sesuai.

Berlaku untuk