Edit

Share via


IStreamProvider.IsRewindable Property

Definition

Gets a value indicating whether this is a rewindable provider - supports creating rewindable streams (streams that allow 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 provider, false otherwise.

Applies to