IAsyncStream<T>.IsRewindable Property

Definition

Determines whether this is a rewindable stream - supports subscribing from previous point in time.

public bool IsRewindable { get; }
member this.IsRewindable : bool
Public ReadOnly Property IsRewindable As Boolean

Property Value

True if this is a rewindable stream, false otherwise.

Applies to