# IQueueAdapter.IsRewindable

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iqueueadapter/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.iqueueadapter/properties/)

```csharp
public abstract bool IsRewindable
```

Gets a value indicating whether this is a rewindable stream adapter - supports subscribing from previous point in time.

### Returns

True if this is a rewindable stream adapter, false otherwise.
