Partager via


Propriété AuthenticationService.IsLoggingOut

Obtient une valeur qui indique si une opération Logout asynchrone est en cours.

Espace de noms: System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly : System.ServiceModel.DomainServices.Client (dans system.servicemodel.domainservices.client.dll)

Utilisation

'Utilisation
Dim instance As AuthenticationService
Dim value As Boolean

value = instance.IsLoggingOut

Syntaxe

'Déclaration
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

Valeur de propriété

true si une opération est en cours ; sinon, false.

Sécurité des threads

Tous les membres publics statiques (Partagés dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows XP Édition familiale, Windows XP Professionnel, Windows Server 2003 , Windows Server 2008 et Windows 2000

Plateformes cibles

Voir aussi

Référence

Classe AuthenticationService
Membres AuthenticationService
Espace de noms System.ServiceModel.DomainServices.Client.ApplicationServices