IServerChannelSinkStack.Pop(IServerChannelSink) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
弹出与接收器堆栈中指定接收器(含)之下的所有接收器关联的信息。
public:
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
[<System.Security.SecurityCritical>]
abstract member Pop : System.Runtime.Remoting.Channels.IServerChannelSink -> obj
Public Function Pop (sink As IServerChannelSink) As Object
参数
- sink
- IServerChannelSink
要从接收器堆栈中移除和返回的接收器。
返回
在请求端生成的、与指定接收器关联的信息。
- 属性
例外
直接调用方没有基础结构权限。