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

要从接收器堆栈中移除和返回的接收器。

返回

在请求端生成的、与指定接收器关联的信息。

属性

例外

直接调用方没有基础结构权限。

适用于