Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum TaskSortingSystem |
| Visual Basic |
|---|
Public Enumeration TaskSortingSystem |
| Visual C++ |
|---|
public enum class TaskSortingSystem |
Members
| Member name | Value | Description | |
|---|---|---|---|
| NeverReorder | 0 | ||
| ReorderWhenAdded | 1 | ||
| ReorderWhenExecuted | 2 | ||
| RunAsync | Starts the given Method as async Task on the given TaskDistributor. | ||
| RunAsync | Starts the given Method as async Task on the given TaskDistributor. | ||
| RunAsync | Starts the given Method as async Task on the given TaskDistributor. | ||
| RunAsync | Starts the given Method as async Task on the given TaskDistributor. |