# IStreamProvider.GetStream(StreamId)

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

```csharp
public abstract IAsyncStream<T> GetStream<T>(StreamId streamId)
```

Gets the stream with the specified identity.

### Parameters

- `streamId` (`StreamId`): The stream identifier.

### Returns

The stream.
