Table of Contents

Interface IStale<T>

Namespace
ReactiveUI.Extensions
Assembly
ReactiveUI.Extensions.dll

Indicator for connection that has become stale.

public interface IStale<out T>

Type Parameters

T

The type.

Extension Methods

Properties

IsStale

Gets a value indicating whether this instance is stale.

bool IsStale { get; }

Property Value

bool

true if this instance is stale; otherwise, false.

Update

Gets the update.

T? Update { get; }

Property Value

T

The update.