Partager via


Événement WSTrustChannel.Closed

Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As WSTrustChannel
Dim handler As EventHandler

AddHandler instance.Closed, handler

Syntaxe

'Déclaration
Public Event Closed As EventHandler
public event EventHandler Closed
public:
virtual event EventHandler^ Closed {
    void add (EventHandler^ value) sealed;
    void remove (EventHandler^ value) sealed;
}
/** @event */
public final void add_Closed (EventHandler value)

/** @event */
public final void remove_Closed (EventHandler value)

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Voir aussi

Référence

Classe WSTrustChannel
Membres WSTrustChannel
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust