# IStreamSubscriptionHandleFactory Methods

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

## Create {#create-1-50b7b746}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.core.istreamsubscriptionhandlefactory/methods/create-1-50b7b746/)

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

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

### Returns

The new stream subscription handle.
