Method GetDispatcherForCurrentContext
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
.
Declaration
public static IDispatcher GetDispatcherForCurrentContext()
Returns
Type | Description |
---|---|
IDispatcher | An implementation of the IDispatcher for the current context, or |