Click or drag to resize

IDispatcherRunAsync Method

Overload List
  NameDescription
Public methodRunAsync(Action)
Executes the specified delegate asynchronously with the specified arguments, with priority Normal, on the thread that the IDispatcher was created on.
Public methodRunAsync(DispatcherPriority, Action)
Executes the specified delegate asynchronously with the specified arguments, at the specified priority, on the thread that the IDispatcher was created on.
Top
See Also