Method | Description | |
---|---|---|
AddTask ( Action |
Adds a task to the ThreadManager. The task and the parameter is added to an internal list. Call Execute to execute and remove the tasks from the internal list.
|
|
Execute ( ) : void |
Executes all tasks previously added to the ThreadManager. The method finishes when all tasks are complete.
|
Method | Description | |
---|---|---|
Initialize ( ) : void | ||
InitializeInstance ( ) : void | ||
PumpTasks ( ) : void | ||
ThreadManager ( ) : System | ||
ThreadProc ( ) : void |