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

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

返回

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

实现

属性

例外

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

适用于