Namespace nanoFramework.UI.Threading
Classes
- Dispatcher
Provides UI services for a thread.
- DispatcherFrame
Representation of Dispatcher frame.
- DispatcherObject
A DispatcherObject is an object associated with a Dispatcher. A DispatcherObject instance should only be access by the dispatcher's thread.
- DispatcherOperation
DispatcherOperation represents a delegate that has been posted to the Dispatcher queue.
- DispatcherTimer
A timer that is integrated into the Dispatcher queues, and will be processed after a given amount of time
Enums
- DispatcherOperationStatus
An enumeration describing the status of a DispatcherOperation.
Delegates
- DispatcherOperationCallback
A convenient delegate to use for dispatcher operations.