System.Threading.Tasks.TaskCreationOptions.LongRunning Field

Specifies that a task will be a long-running, coarse-grained operation involving fewer, larger components than fine-grained systems. It provides a hint to the System.Threading.Tasks.TaskScheduler that oversubscription may be warranted. Oversubscription lets you create more threads than the available number of hardware threads.

Syntax

TaskCreationOptions LongRunning

Requirements

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