Returns the first created TaskDistributor instance. When no instance has been created an exception will be thrown.
Namespace: UnityThreadingAssembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static TaskDistributor Main { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property Main As TaskDistributor Get |
Visual C++ |
---|
public: static property TaskDistributor^ Main { TaskDistributor^ get (); } |