CreationOptions Property

Task Parallel System.Threading

Gets the TaskCreationOptions used to create this task.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CreationOptions As TaskCreationOptions
C#
public TaskCreationOptions CreationOptions { get; }

See Also