1 out of 1 rated this helpful - Rate this topic

System.Windows.Threading Namespace

Contains types to support the Windows Presentation Foundation (WPF) threading system.

  Class Description
Public class Dispatcher Provides services for managing the queue of work items for a thread.
Public class DispatcherEventArgs Provides event data for Dispatcher related events.
Public class DispatcherExtensions Provides a set of static methods that extend the Dispatcher class.
Public class DispatcherFrame Represents an execution loop in the Dispatcher.
Public class DispatcherHookEventArgs Provides event data for DispatcherHooks events.
Public class DispatcherHooks Provides additional event information about Dispatcher processing.
Public class DispatcherObject Represents an object that is associated with a Dispatcher.
Public class DispatcherOperation Represents an object that is used to interact with an operation that has been posted to the Dispatcher queue.
Public class DispatcherSynchronizationContext Provides a synchronization context for Windows Presentation Foundation (WPF).
Public class DispatcherTimer A timer that is integrated into the Dispatcher queue which is processed at a specified interval of time and at a specified priority.
Public class DispatcherUnhandledExceptionEventArgs Provides data for the Dispatcher UnhandledException event.
Public class DispatcherUnhandledExceptionFilterEventArgs Provides data for the Dispatcher UnhandledExceptionFilter event.
  Structure Description
Public structure DispatcherProcessingDisabled Represents the Dispatcher when it is in a disable state and provides a means to re-enable dispatcher processing.
  Delegate Description
Public delegate DispatcherHookEventHandler Represents the method that will handle DispatcherHooks related events.
Public delegate DispatcherOperationCallback Represents a delegate to use for dispatcher operations.
Public delegate DispatcherUnhandledExceptionEventHandler Represents the method that will handle the UnhandledException event.
Public delegate DispatcherUnhandledExceptionFilterEventHandler Represents the method that will handle the UnhandledExceptionFilter event.
  Enumeration Description
Public enumeration DispatcherOperationStatus Describes the possible values for the status of a DispatcherOperation.
Public enumeration DispatcherPriority Describes the priorities at which operations can be invoked by way of the Dispatcher.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ