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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.