Method | Description | |
---|---|---|
CallDispatcherAsync ( DispatchedHandler callback ) : Task |
Calls the UI thread dispatcher and executes the given callback on it.
|
public static CallDispatcherAsync ( DispatchedHandler callback ) : Task | ||
callback | DispatchedHandler | The callback that should be executed in the UI thread. |
return | Task |