Table of Contents

Interface IHeartbeat<T>

Namespace
ReactiveUI.Extensions
Assembly
ReactiveUI.Extensions.dll

Heart beat.

public interface IHeartbeat<out T>

Type Parameters

T

The type.

Extension Methods

Properties

IsHeartbeat

Gets a value indicating whether this instance is heartbeat.

bool IsHeartbeat { get; }

Property Value

bool

true if this instance is heartbeat; otherwise, false.

Update

Gets the update.

T? Update { get; }

Property Value

T

The update.