Method | Description | |
---|---|---|
ExecuteAction ( System.Action action, bool executeIfCalledOnWorkerThread = false ) : void |
Executes an action in the worker thread. If you call this method not on worker thread, no action will be executed.
|
|
QueueManager ( ) : System |
Initializes a new instance of the QueueManager class.
|
public ExecuteAction ( System.Action action, bool executeIfCalledOnWorkerThread = false ) : void | ||
action | System.Action | The action. Use it like delegate{...}. |
executeIfCalledOnWorkerThread | bool | If method gets called on worker thread and this flag is set to |
return | void |