Метод | Описание | |
---|---|---|
DispatchIfNecessaryAsync ( System.Action action ) : System.Threading.Tasks.Task |
Метод | Описание | |
---|---|---|
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 | |
Результат | System.Threading.Tasks.Task |