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