IClientChannelSinkStack.Pop(IClientChannelSink) 方法

定義

從整個接收堆疊的所有接收以及指定的接收中,取出相關的資訊。

public:
 System::Object ^ Pop(System::Runtime::Remoting::Channels::IClientChannelSink ^ sink);
public object Pop (System.Runtime.Remoting.Channels.IClientChannelSink sink);
[System.Security.SecurityCritical]
public object Pop (System.Runtime.Remoting.Channels.IClientChannelSink sink);
abstract member Pop : System.Runtime.Remoting.Channels.IClientChannelSink -> obj
[<System.Security.SecurityCritical>]
abstract member Pop : System.Runtime.Remoting.Channels.IClientChannelSink -> obj
Public Function Pop (sink As IClientChannelSink) As Object

參數

sink
IClientChannelSink

要移除的接收,傳回自接收堆疊。

傳回

在要求端產生的資訊,與指定的接收相關聯。

屬性

例外狀況

立即呼叫端沒有基礎結構使用權限。

適用於