IClientChannelSinkStack.Push(IClientChannelSink, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的接收和與其相關的資訊推入接收堆疊。
public:
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
[<System.Security.SecurityCritical>]
abstract member Push : System.Runtime.Remoting.Channels.IClientChannelSink * obj -> unit
Public Sub Push (sink As IClientChannelSink, state As Object)
參數
- sink
- IClientChannelSink
要推入接收堆疊的接收。
- state
- Object
在要求端產生的資訊,為回應端所需要。
- 屬性
例外狀況
立即呼叫端沒有基礎結構使用權限。
備註
在要求端和 參數中指定的state
資訊,會在對應接收上方法的 AsyncProcessResponse 參數中state
傳回。