IQueueAdapter.IsRewindable 属性

定义

获取一个值,该值指示这是否是可倒退的流适配器 - 支持从上一个时间点订阅。

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

属性值

如果这是可倒退的流适配器,则为 True;否则为 false。

适用于