Propriété AuthenticationService.IsLoadingUser
Obtient une valeur qui indique si une opération LoadUser 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.IsLoadingUser
Syntaxe
'Déclaration
Public ReadOnly Property IsLoadingUser As Boolean
public bool IsLoadingUser { get; }
public:
property bool IsLoadingUser {
bool get ();
}
/** @property */
public boolean get_IsLoadingUser ()
public function get IsLoadingUser () : 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