Partager via


Propriété AuthenticationOperation.AsyncResult

Obtient le résultat asynchrone retourné par BeginCore.

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

Utilisation

'Utilisation
Dim value As IAsyncResult

value = Me.AsyncResult

Syntaxe

'Déclaration
Protected ReadOnly Property AsyncResult As IAsyncResult
protected IAsyncResult AsyncResult { get; }
protected:
property IAsyncResult^ AsyncResult {
    IAsyncResult^ get ();
}
/** @property */
protected IAsyncResult get_AsyncResult ()
protected function get AsyncResult () : IAsyncResult

Valeur de propriété

Résultat asynchrone retourné par BeginCore.

Notes

Si BeginCore n'a pas été appelé, cette propriété peut être Null.

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 AuthenticationOperation
Membres AuthenticationOperation
Espace de noms System.ServiceModel.DomainServices.Client.ApplicationServices