IClientChannelSinkStack.Pop(IClientChannelSink) Method

Definition

Pops the information associated with all the sinks from the sink stack up to and including the specified sink.

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

Parameters

sink
IClientChannelSink

The sink to remove and return from the sink stack.

Returns

Information generated on the request side and associated with the specified sink.

Attributes

Exceptions

The immediate caller does not have infrastructure permission.

Applies to