IRuntimePlatform.

StartSystemTimer(TimeSpan, Action) Method

Namespace
Avalonia.Platform
Containing Type
IRuntimePlatform

Syntax

IDisposable StartSystemTimer(TimeSpan interval, Action tick)

Parameters

Name Type Description
interval TimeSpan
tick Action

Return Value

Type Description
IDisposable