WSTrustChannel.Closing (Evento)
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As WSTrustChannel Dim handler As EventHandler AddHandler instance.Closing, handler
Sintaxis
'Declaración
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)
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
WSTrustChannel (Clase)
WSTrustChannel (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)