Cauldron.XAML.Threading Namespace |
| Class | Description | |
|---|---|---|
| CallOnce |
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.
| |
| DispatcherDummy |
A dummy dispatcher that is used for Unit-tests
| |
| DispatcherFactoryResolver |
Automatically selects the proper implementation of IDispatcher |
| Interface | Description | |
|---|---|---|
| IDispatcher |
Represents a dispatcher. Implementations of this interface are responsible for processing the window messages and dispatching the events to the client.
|
| Enumeration | Description | |
|---|---|---|
| DispatcherPriority |
Describes the priorities at which operations can be invoked
|