WSTrustChannel.Closed (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.Closed, handler
Sintaxis
'Declaración
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)
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)