AuthenticationService.IsLoggingOut-Eigenschaft

Ruft einen Wert ab, der angibt, ob gerade ein asynchroner Logout-Vorgang ausgeführt wird.

Namespace: System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Client (in system.servicemodel.domainservices.client.dll)

Verwendung

'Usage
Dim instance As AuthenticationService
Dim value As Boolean

value = instance.IsLoggingOut

Syntax

'Declaration
Public ReadOnly Property IsLoggingOut As Boolean
public bool IsLoggingOut { get; }
public:
property bool IsLoggingOut {
    bool get ();
}
/** @property */
public boolean get_IsLoggingOut ()
public function get IsLoggingOut () : boolean

Eigenschaftswert

true, wenn gerade ein Vorgang ausgeführt wird, andernfalls false.

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.

Plattformen

Entwicklungsplattformen

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000

Zielplattformen

Siehe auch

Verweis

AuthenticationService-Klasse
AuthenticationService-Member
System.ServiceModel.DomainServices.Client.ApplicationServices-Namespace