IPlatformThreadingInterface.

StartTimer(DispatcherPriority, TimeSpan, Action) Method

Summary

Starts a timer.

Syntax

IDisposable StartTimer(DispatcherPriority priority, TimeSpan interval, Action tick)

Parameters

Name Type Description
priority DispatcherPriority
interval TimeSpan The interval.
tick Action The action to call on each tick.

Return Value

Type Description
IDisposable An IDisposable used to stop the timer.