UiThreadRenderTimerStartCore Method

Provides the implementation of starting the timer.

Definition

Namespace: Avalonia.Rendering
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected override IDisposable StartCore(
	Action<TimeSpan> tick
)

Parameters

tick  ActionTimeSpan
The method to call on each tick.

Return Value

IDisposable

Remarks

This can be overridden by platform implementations to use a specialized timer implementation.

See Also