IClientChannelSinkStack.Pop(IClientChannelSink) Méthode

Définition

Affiche les informations associées à tous les récepteurs de la pile du récepteur jusqu’au récepteur et inclut le récepteur spécifié.

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

Paramètres

sink
IClientChannelSink

Récepteur à supprimer et retourner de la pile du récepteur.

Retours

Informations générées côté requête et associées au récepteur spécifié.

Attributs

Exceptions

L’appelant immédiat n’a pas d’autorisation d’infrastructure.

S’applique à