Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 701 Bytes

dispatcherqueue_createtimer_750542120.md

File metadata and controls

26 lines (16 loc) · 701 Bytes
-api-id -api-type
M:Microsoft.UI.Dispatching.DispatcherQueue.CreateTimer
winrt method

Microsoft.UI.Dispatching.DispatcherQueue.CreateTimer

-description

Creates a DispatcherQueueTimer on the DispatcherQueue to execute a task periodically after a time interval has elapsed.

-returns

An DispatcherQueueTimer that can queue tasks on a timed basis to the current DispatcherQueue.

-remarks

By default, a repeating timer is created. To make it non-repeating, set IsRepeating to false.

-see-also

-examples