Method | Description | |
---|---|---|
DispatchIfNecessaryAsync ( System.Action action ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
InvokeAsync ( this dispatcher, System.Action action ) : System.Threading.Tasks.Task |
Executes the specified delegate asynchronously with the specified arguments on the thread that the Dispatcher was created on.
|
public static DispatchIfNecessaryAsync ( System.Action action ) : System.Threading.Tasks.Task | ||
action | System.Action | |
return | System.Threading.Tasks.Task |