Interface IStale<T>
- Namespace
- ReactiveUI.Extensions
- Assembly
- ReactiveUI.Extensions.dll
Indicator for connection that has become stale.
public interface IStale<out T>
Type Parameters
TThe type.
- Extension Methods
Properties
IsStale
Gets a value indicating whether this instance is stale.
bool IsStale { get; }
Property Value
- bool
trueif this instance is stale; otherwise,false.
Update
Gets the update.
T? Update { get; }
Property Value
- T
The update.