DispatcherProvider Class
Definition
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.
A provider that can supply a IDispatcher implementation for the current UI thread.
public ref class DispatcherProvider : Microsoft::Maui::Dispatching::IDispatcherProvider
public class DispatcherProvider : Microsoft.Maui.Dispatching.IDispatcherProvider
type DispatcherProvider = class
interface IDispatcherProvider
Public Class DispatcherProvider
Implements IDispatcherProvider
- Inheritance
-
DispatcherProvider
- Implements
Constructors
DispatcherProvider() |
Properties
Current |
Gets the currently set IDispatcherProvider instance. |
Methods
GetForCurrentThread() |
Gets a IDispatcher implementation for the current UI thread. |
SetCurrent(IDispatcherProvider) |
Sets the current dispatcher provider. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.