ClientChannelSinkStack.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:
 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

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é.

Implémente

Attributs

Exceptions

La pile de récepteurs actuelle est vide ou le récepteur spécifié n’a jamais été envoyé sur la pile actuelle.

S’applique à