Task.ConfigureAwait Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Configures an awaiter used to await this Task.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- continueOnCapturedContext
- Type: System.Boolean
true to attempt to marshal the continuation back to the original context captured; otherwise, false.
Return Value
Type: System.Runtime.CompilerServices.ConfiguredTaskAwaitableAn object used to await this task.
Show: