CommittableTransaction.IAsyncResult.CompletedSynchronously Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une indication précisant si l'opération de validation asynchrone a été terminée de manière synchrone.
property bool System::IAsyncResult::CompletedSynchronously { bool get(); };
bool System.IAsyncResult.CompletedSynchronously { get; }
member this.System.IAsyncResult.CompletedSynchronously : bool
ReadOnly Property CompletedSynchronously As Boolean Implements IAsyncResult.CompletedSynchronously
Valeur de propriété
true
si l'opération de validation asynchrone a été terminée de manière synchrone ; sinon, false
. Cette propriété retourne toujours false
même si l'opération a été terminée de façon synchrone.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de CommittableTransaction est castée en interface IAsyncResult.