TaskFactory Constructor (TaskCreationOptions, TaskContinuationOptions)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Initializes a TaskFactory instance with the specified configuration.

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

Syntax

'Declaration
Public Sub New ( _
    creationOptions As TaskCreationOptions, _
    continuationOptions As TaskContinuationOptions _
)
public TaskFactory(
    TaskCreationOptions creationOptions,
    TaskContinuationOptions continuationOptions
)

Parameters

Exceptions

Exception Condition
ArgumentOutOfRangeException

The exception that is thrown when the creationOptions argument or the continuationOptions argument specifies an invalid value. The exception that is thrown when the creationOptions argument specifies an invalid TaskCreationOptions value. For more information, see the Remarks for FromAsync

Remarks

With this constructor, the TaskCreationOptions property is initialized to creationOptions, the TaskContinuationOptions property is initialized to continuationOptions, and the TaskScheduler property is initialized to the current scheduler (see Current).

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.