Task.IAsyncResult.CompletedSynchronously Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.