6 [__DynamicallyInvokable]
10 [__DynamicallyInvokable]
13 [__DynamicallyInvokable]
16 [__DynamicallyInvokable]
19 [__DynamicallyInvokable]
22 [__DynamicallyInvokable]
25 [__DynamicallyInvokable]
28 [__DynamicallyInvokable]
Specifies that the continuation task should be run asynchronously. This option has precedence over F:...
No initialization action.
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...
TaskCreationOptions
Specifies flags that control optional behavior for the creation and execution of tasks.
A hint to a T:System.Threading.Tasks.TaskScheduler to schedule task in the order in which they were s...
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....