TaskCompletionSource<TResult> Constructor (TaskCreationOptions)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a TaskCompletionSource<TResult> with the specified options.
Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Sub New ( _
creationOptions As TaskCreationOptions _
)
public TaskCompletionSource(
TaskCreationOptions creationOptions
)
Parameters
- creationOptions
Type: System.Threading.Tasks.TaskCreationOptions
The options to use when creating the underlying Task<TResult>.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The creationOptions represent options invalid for use with a TaskCompletionSource<TResult>. |
Remarks
The Task<TResult> created by this instance and accessible through its Task property will be instantiated using the specified creationOptions.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.