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