Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.64 KB

File metadata and controls

62 lines (37 loc) · 1.64 KB

Source

Task.ConfigureAwait Method (Boolean) (System.Threading.Tasks)

Configures an awaiter used to await this Task.

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

##Syntax public ConfiguredTaskAwaitable ConfigureAwait( bool continueOnCapturedContext )

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.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

Task Class
System.Threading.Tasks Namespace