# StreamSubscriptionHandlerFactory.Create

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Internal/StreamSubsriptionHandlerFactory.cs#L49-L50)

```csharp
public StreamSubscriptionHandle<T> Create<T>()
```

Creates a stream subscription handle for the stream and subscription identified by this instance.

### Returns

The new stream subscription handle.
