IAsyncResult.CompletedSynchronously Property

Task.IAsyncResult.CompletedSynchronously Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets an indication of whether the operation completed synchronously.

Namespace:  System.Threading.Tasks
Assembly:  mscorlib (in mscorlib.dll)

bool IAsyncResult.CompletedSynchronously { get; }

Property Value

Type: System.Boolean
true if the operation completed synchronously; otherwise, false.

Implements

IAsyncResult.CompletedSynchronously

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft