Partager via


ClientChannelSinkStack.Pop(IClientChannelSink) Méthode

Définition

Dépile les informations associées à tous les récepteurs de la pile de récepteurs jusqu'au récepteur spécifié inclus.

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 à enlever et à retourner de la pile de récepteurs.

Retours

Informations générées du côté demande et associées au récepteur spécifié.

Implémente

Attributs

Exceptions

La pile de récepteurs en cours est vide, ou le récepteur spécifié n'a jamais fait l'objet d'un push sur la pile en cours.

S’applique à