Click or drag to resize

ForegroundThreadWithDispatcher Properties

The ForegroundThreadWithDispatcher type exposes the following members.

Properties
  NameDescription
Public propertyDispatcher
Gets the dispatcher of the thread.
(Inherited from ThreadWithDispatcher.)
Public propertyShutdownPriority
Gets or sets the shutdown priority passed to BeginInvokeShutdown(DispatcherPriority) when the object is disposed. The default is Normal
Public propertyTaskScheduler
Gets the task scheduler associated with the Dispatcher
(Inherited from ThreadWithDispatcher.)
Top
See Also