Configures an awaiter used to await this Task.
Namespace:
System.Threading.Tasks
Assembly:
mscorlib (in mscorlib.dll)
##Syntax public ConfiguredTaskAwaitable ConfigureAwait( bool continueOnCapturedContext )
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.ConfiguredTaskAwaitable
An object used to await this task. ##Version Information Universal Windows Platform
Available since 4.5
.NET Framework
Available since 4.5
Portable Class Library
Supported in:
portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1 ##See Also