Interface IHeartbeat<T>
- Namespace
- ReactiveUI.Extensions
- Assembly
- ReactiveUI.Extensions.dll
Heart beat.
public interface IHeartbeat<out T>
Type Parameters
TThe type.
- Extension Methods
Properties
IsHeartbeat
Gets a value indicating whether this instance is heartbeat.
bool IsHeartbeat { get; }
Property Value
- bool
trueif this instance is heartbeat; otherwise,false.
Update
Gets the update.
T? Update { get; }
Property Value
- T
The update.