ApplicationInvoke Method |
| Name | Description | |
|---|---|---|
| Invoke(Action) |
Invoke the specified action on the UI thread, blocking the current execution until it is complete.
| |
| InvokeT(FuncT) |
Invoke the specified function on the UI thread returning its value after the execution is complete.
|