Événement WSTrustChannel.Closing
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.Closing, handler
Syntaxe
'Déclaration
Public Event Closing As EventHandler
public event EventHandler Closing
public:
virtual event EventHandler^ Closing {
void add (EventHandler^ value) sealed;
void remove (EventHandler^ value) sealed;
}
/** @event */
public final void add_Closing (EventHandler value)
/** @event */
public final void remove_Closing (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