Enum JoinableTaskCreationOptions
- Namespace
- Microsoft.VisualStudio.Threading
- Assembly
- Microsoft.VisualStudio.Threading.dll
Specifies flags that control optional behavior for the creation and execution of tasks.
[Flags]
[Serializable]
public enum JoinableTaskCreationOptions
Fields
LongRunning = 1
Specifies that a task will be a long-running operation. It provides a hint to the JoinableTaskContext that hang report should not be fired, when the main thread task is blocked on it.
None = 0
Specifies that the default behavior should be used.