IAsyncStream<T>.IsRewindable 属性

定义

确定这是可回退的流 - 支持从以前的时间点订阅。

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

属性值

如果这是可回退的流,则为 True;否则为 false。

适用于