ApplicationInvokeAsync Method |
Name | Description | |
---|---|---|
InvokeAsync(Action) |
Invokes the specified action on the UI thread asynchronously with a Task.
| |
InvokeAsyncT(FuncT) |
Invokes the specified function on the UI thread asynchronously and return the result in a Task.
|