Microsoft.Maui.Dispatching Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides interfaces and classes to enable the event message dispatcher in .NET MAUI.
Classes
Dispatcher |
Provides the core event message dispatcher. Instances of this type are responsible for processing the window messages and dispatching the events to the client. |
DispatcherExtensions |
This class provides a set of extension methods that can be used on objects implementing IDispatcher. |
DispatcherProvider |
A provider that can supply a IDispatcher implementation for the current UI thread. |
Interfaces
IDispatcher |
Provides the core event message dispatcher. Instances of this type are responsible for processing the window messages and dispatching the events to the client. |
IDispatcherProvider |
A provider that can supply a IDispatcher implementation for the current UI thread. |
IDispatcherTimer |
Provides a timer that is integrated into the Dispatcher queue, which is processed at a specified interval of time. |