Method Invoke
Invoke(Action)
Runs action on the main UI loop thread
void Invoke(Action action)Parameters
- actionAction
- the action to be invoked on the main processing thread. 
Runs action on the main UI loop thread
void Invoke(Action action)action Actionthe action to be invoked on the main processing thread.