Dispatcher.CreateTimer Method

Definition

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

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

Returns

Implements

Applies to