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 TargetType |
| Visual Basic |
|---|
Public Enumeration TargetType |
| Visual C++ |
|---|
public enum class TargetType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Main | 0 | ||
| Thread | 1 | ||
| 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. |