ClientChannelSinkStack.Pop(IClientChannelSink) 方法

定义

弹出与接收器堆栈中所有接收器关联的信息,包括指定的接收器。

public:
 virtual 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
override this.Pop : System.Runtime.Remoting.Channels.IClientChannelSink -> obj
[<System.Security.SecurityCritical>]
abstract member Pop : System.Runtime.Remoting.Channels.IClientChannelSink -> obj
override this.Pop : System.Runtime.Remoting.Channels.IClientChannelSink -> obj
Public Function Pop (sink As IClientChannelSink) As Object

参数

sink
IClientChannelSink

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

返回

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

实现

属性

例外

当前接收器堆栈为空,或者指定的接收器从未推送到当前堆栈。

适用于