System.Threading.Tasks.TaskContinuationOptions.None Field

Default = "Continue on any, no task options, run asynchronously" Specifies that the default behavior should be used. Continuations, by default, will be scheduled when the antecedent task completes, regardless of the task's final System.Threading.Tasks.TaskStatus.

Syntax

TaskContinuationOptions None

Requirements

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