.NET Framework Class Library |
Task..::.IAsyncResult..::.CompletedSynchronously Property |
Task Class See Also Send Feedback |
Gets an indication of whether the asynchronous operation completed synchronously.
Namespace:
System.Threading.Tasks
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Private ReadOnly Property CompletedSynchronously As Boolean Implements IAsyncResult.CompletedSynchronously |
C# |
---|
bool IAsyncResult.CompletedSynchronously { get; } |