# IEventHubQueueCache.GetCursor(StreamId, StreamSequenceToken)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.ieventhubqueuecache/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.ieventhubqueuecache/methods/)

```csharp
public abstract object GetCursor(StreamId streamId, StreamSequenceToken sequenceToken)
```

Get a cursor into the cache to read events from a stream.

### Parameters

- `streamId` (`StreamId`)
- `sequenceToken` (`StreamSequenceToken`)
