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