Namespace: UnityThreading
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 nameValueDescription
Main0
Thread1
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.

See Also