Evento AuthenticationService.LoggedOut
Se produce cuando un usuario cierra sesión correctamente.
Espacio de nombres: System.ServiceModel.DomainServices.Client.ApplicationServices
Ensamblado: System.ServiceModel.DomainServices.Client (en system.servicemodel.domainservices.client.dll)
Uso
'Uso
Dim instance As AuthenticationService
Dim handler As EventHandler(Of AuthenticationEventArgs)
AddHandler instance.LoggedOut, handler
Sintaxis
'Declaración
Public Event LoggedOut As EventHandler(Of AuthenticationEventArgs)
public event EventHandler<AuthenticationEventArgs> LoggedOut
public:
event EventHandler<AuthenticationEventArgs^>^ LoggedOut {
void add (EventHandler<AuthenticationEventArgs^>^ value);
void remove (EventHandler<AuthenticationEventArgs^>^ value);
}
/** @event */
public void add_LoggedOut (EventHandler<AuthenticationEventArgs> value)
/** @event */
public void remove_LoggedOut (EventHandler<AuthenticationEventArgs> value)
Notas
Se genera este evento cuando User cambia de autenticado a anónimo.
Plataformas
Plataformas de desarrollo
Microsoft Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 y Windows 2000
Plataformas de destino
Vea también
Referencia
Clase AuthenticationService
Miembros AuthenticationService
Espacio de nombres System.ServiceModel.DomainServices.Client.ApplicationServices