TaskAwaiter<TResult>.IsCompleted Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the asynchronous task has completed.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| NullReferenceException | The TaskAwaiter<TResult> object was not properly initialized. |
Show: