DispatcherFactory Methods |
The DispatcherFactory type exposes the following members.
Name | Description | |
---|---|---|
GetDispatcherForCurrentContext |
Gets an implementation of the IDispatcher interface that is suitable for dispatching
to the current context. This method requires that the current thread is associated to
a SynchronizationContext or a WPF Dispatcher.
| |
GetDispatcherForSynchronizationContext |
Gets an implementation of the IDispatcher interface for a given SynchronizationContext.
| |
GetDispatcherForWindowsDispatcher |
Gets an implementation of the IDispatcher interface for a given
instance of the System.Windows.Threading.Dispatcher class.
|