ServerChannelSinkStack.Pop(IServerChannelSink) 方法

定义

弹出与接收器堆栈中指定接收器(含)之下的所有接收器关联的信息。

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

参数

sink
IServerChannelSink

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

返回

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

实现

属性

例外

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

适用于