public static Invoke ( System.Action action ) : void | ||
action | System.Action | The action that will be executed on the UI /// thread. |
return | void |
For additional operations on the UI thread, you can get a reference to the UI thread's context thanks to the property UiContext
.public static Invoke ( System.Action action ) : void | ||
action | System.Action | The action that will be executed on the UI /// thread. |
return | void |