Task.IAsyncResult.CompletedSynchronously Property

Definition

Gets an indication of whether the operation completed synchronously.

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

Property Value

true if the operation completed synchronously; otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the Task instance is cast to an IAsyncResult interface.

Applies to