Method | Description | |
---|---|---|
OnDispatcher ( Task>.Func |
Converts a asynchronous function into one that is guaranteed to be called on a dispatcher thread.
|
|
OnDispatcher ( Task>.Func |
Converts a asynchronous function into one that is guaranteed to be called on a dispatcher thread.
|
public static OnDispatcher ( Task>.Func |
||
asyncFunc | Task>.Func | The asynchronous function. |
return | Task>.Func |
public static OnDispatcher ( Task>.Func |
||
asyncFunc | Task>.Func | The asynchronous function. |
priority | CoreDispatcherPriority | The dispatcher priority. |
return | Task>.Func |