Click or drag to resize

Cauldron.XAML.Threading Namespace

 
Classes
  ClassDescription
Public classCallOnce
Provides a class that insures that an action is only called once.

Only methods that has no parameters and has no return value are supported.

Public classDispatcherDummy
A dummy dispatcher that is used for Unit-tests
Public classDispatcherFactoryResolver
Automatically selects the proper implementation of IDispatcher
Interfaces
  InterfaceDescription
Public interfaceIDispatcher
Represents a dispatcher. Implementations of this interface are responsible for processing the window messages and dispatching the events to the client.
Enumerations
  EnumerationDescription
Public enumerationDispatcherPriority
Describes the priorities at which operations can be invoked