DispatcherPost Method

Overload List

Post(Action, DispatcherPriority) Posts an action that will be invoked on the dispatcher thread.
Post(SendOrPostCallback, Object, DispatcherPriority) Posts an action that will be invoked on the dispatcher thread.

See Also