InternalPlatformThreadingInterface.

StartTimer(DispatcherPriority, TimeSpan, Action) Method

Syntax

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

Parameters

Name Type Description
priority DispatcherPriority
interval TimeSpan
tick Action

Return Value

Type Description
IDisposable