Click or drag to resize
DispatcherExtensions Methods

The DispatcherExtensions type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberRun
Runs the handler in parallel at normal priority without capturing the task.
Public methodStatic memberRunAsync
Runs the handler at normal priority.
Public methodStatic memberRunIdle
Runs the handler in parallel at idle priority without capturing the task.
Public methodStatic memberRunIdleAsync
Runs the handler at idle priority.
Public methodToString (Inherited from Object.)
Top
See Also