ClockBase.

Subscribe(IObserver<TimeSpan>) Method

Namespace
Avalonia.Animation
Containing Type
ClockBase

Syntax

public IDisposable Subscribe(IObserver<TimeSpan> observer)

Parameters

Name Type Description
observer IObserver<TimeSpan>

Return Value

Type Description
IDisposable