AuthenticationService.LoggedOut 이벤트
사용자가 성공적으로 로그아웃한 경우 발생합니다.
네임스페이스: System.ServiceModel.DomainServices.Client.ApplicationServices
어셈블리: system.servicemodel.domainservices.client.dll의 System.ServiceModel.DomainServices.Client
사용법
‘사용 방법
Dim instance As AuthenticationService
Dim handler As EventHandler(Of AuthenticationEventArgs)
AddHandler instance.LoggedOut, handler
구문
‘선언
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)
설명
이 이벤트는 User가 authenticated에서 anonymous로 변경된 경우 발생합니다.
플랫폼
개발 플랫폼
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 및 Windows 2000
대상 플랫폼
참고 항목
참조
AuthenticationService 클래스
AuthenticationService 멤버
System.ServiceModel.DomainServices.Client.ApplicationServices 네임스페이스