Task.IAsyncResult.CompletedSynchronously Propriété

Définition

Obtient une indication indiquant si l’opération s’est terminée de façon 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 s’est terminée de façon synchrone ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance Task est convertie en IAsyncResult interface.

S’applique à