Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 640 Bytes

dispatcherqueue_createtimer_750542120.md

File metadata and controls

23 lines (16 loc) · 640 Bytes
-api-id -api-type
M:Windows.System.DispatcherQueue.CreateTimer
winrt method

Windows.System.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. Set IsRepeating to false to make it non-repeating.

-see-also

-examples