6 [__DynamicallyInvokable]
10 [__DynamicallyInvokable]
13 [__DynamicallyInvokable]
16 [__DynamicallyInvokable]
19 [__DynamicallyInvokable]
22 [__DynamicallyInvokable]
25 [__DynamicallyInvokable]
28 [__DynamicallyInvokable]
29 LazyCancellation = 0x20,
31 [__DynamicallyInvokable]
34 [__DynamicallyInvokable]
37 [__DynamicallyInvokable]
40 [__DynamicallyInvokable]
43 [__DynamicallyInvokable]
46 [__DynamicallyInvokable]
49 [__DynamicallyInvokable]
52 [__DynamicallyInvokable]
Specifies that the continuation task should be run asynchronously. This option has precedence over F:...
Specifies that the continuation task should not be scheduled if its antecedent was canceled....
No initialization action.
TaskContinuationOptions
Specifies the behavior for a task that is created by using the M:System.Threading....
Specifies that the continuation, if it is a child task, is attached to a parent in the task hierarchy...
Specifies that any child task (that is, any nested inner task created by this continuation) that is c...
Specifies that the continuation task should be scheduled only if its antecedent threw an unhandled ex...
Specifies that the continuation task should not be scheduled if its antecedent ran to completion....
Specifies that the continuation task should not be scheduled if its antecedent threw an unhandled exc...
Specifies that the continuation should be scheduled only if its antecedent ran to completion....
A hint to a T:System.Threading.Tasks.TaskScheduler to schedule task in the order in which they were s...
Specifies that the continuation task should be executed synchronously. With this option specified,...
Specifies that the continuation should be scheduled only if its antecedent was canceled....
Specifies that the class can be serialized.
Specifies that a continuation will be a long-running, course-grained operation. It provides a hint to...
Specifies that tasks created by the continuation by calling methods such as M:System....