UiThreadRenderTimerStartCore Method
Provides the implementation of starting the timer.
Namespace: Avalonia.RenderingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected override IDisposable StartCore(
Action<TimeSpan> tick
)
Protected Overrides Function StartCore (
tick As Action(Of TimeSpan)
) As IDisposable
abstract StartCore :
tick : Action<TimeSpan> -> IDisposable
override StartCore :
tick : Action<TimeSpan> -> IDisposable
- tick ActionTimeSpan
- The method to call on each tick.
IDisposable
This can be overridden by platform implementations to use a specialized timer
implementation.