# StreamSubscriptionHandlerFactory Methods

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

## Create {#create-1-e7d31ea5}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamsubscriptionhandlerfactory/methods/create-1-e7d31ea5/)

[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.
