Class Factory
Creates TCSystem concurrency helper implementations.
public static class Factory
- Inheritance
-
Factory
- Inherited Members
Methods
CreateAsyncUpdateHelper()
Creates an asynchronous update coordinator.
public static IAsyncUpdateHelper CreateAsyncUpdateHelper()
Returns
CreateMultipleTasksExecute(int)
Creates an executor limited to a maximum number of concurrent tasks.
public static IMultipleTasksExecute CreateMultipleTasksExecute(int maxNumberOfTasks)
Parameters
maxNumberOfTasksint
Returns
CreateWorkerThread(string, ThreadPriority)
Creates and starts a FIFO worker thread.
public static IWorkerThread CreateWorkerThread(string name, ThreadPriority priority)
Parameters
namestringpriorityThreadPriority