Sdílet prostřednictvím


DispatcherProvider.GetForCurrentThread Method

Definition

Gets a IDispatcher implementation for the current UI thread.

public:
 virtual Microsoft::Maui::Dispatching::IDispatcher ^ GetForCurrentThread();
public Microsoft.Maui.Dispatching.IDispatcher? GetForCurrentThread ();
abstract member GetForCurrentThread : unit -> Microsoft.Maui.Dispatching.IDispatcher
override this.GetForCurrentThread : unit -> Microsoft.Maui.Dispatching.IDispatcher
Public Function GetForCurrentThread () As IDispatcher

Returns

Instance of a IDispatcher implementation.

Implements

Applies to