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 |
Remarks
Subsequent calls to this method in the same context will return the same instance.
If this method is invoke in the contact of an actor (see ActorAttribute), this method will return a dispatcher that allows to dispatch to the actor queue.