AsyncTaskMethodBuilder.SetResult Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Marks the task as successfully completed.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The task has already completed. -or- The builder is not initialized. |
Show: