IAsyncResult.CompletedSynchronously Property

Task Parallel System.Threading

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; }

Field Value

true if the asynchronous operation completed synchronously; otherwise, false.

Implements

IAsyncResult..::.CompletedSynchronously

See Also