Partager via


IDispatcher.CreateTimer Method

Definition

Creates a new instance of an IDispatcherTimer object associated with this dispatcher.

public:
 Microsoft::Maui::Dispatching::IDispatcherTimer ^ CreateTimer();
public Microsoft.Maui.Dispatching.IDispatcherTimer CreateTimer ();
abstract member CreateTimer : unit -> Microsoft.Maui.Dispatching.IDispatcherTimer
Public Function CreateTimer () As IDispatcherTimer

Returns

Applies to