Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 680 Bytes

dispatcherqueuetimer_isrepeating.md

File metadata and controls

26 lines (16 loc) · 680 Bytes
-api-id -api-type
P:Windows.System.DispatcherQueueTimer.IsRepeating
winrt property

Windows.System.DispatcherQueueTimer.IsRepeating

-description

Indicates whether the timer is repeating.

-property-value

true indicates that the timer fires every DispatcherQueueTimer.Interval; false means that it fires once, after DispatcherQueueTimer.Interval elapses.

-remarks

The default value of IsRepeating is true. If you change the IsRepeating value while the timer is running, the timer will restart with the new value.

-see-also

-examples