# IEventHubDataAdapter.GetStreamPosition(string, EventData)

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

```csharp
public abstract StreamPosition GetStreamPosition(string partition, EventData queueMessage)
```

### Parameters

- `partition` (`string`)
- `queueMessage` (`EventData`)
