# IStreamSubscriptionManagerAdmin.GetStreamSubscriptionManager(string)

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

```csharp
public abstract IStreamSubscriptionManager GetStreamSubscriptionManager(string managerType)
```

Gets the stream subscription manager.

### Parameters

- `managerType` (`string`): Type of the manager.

### Returns

The [IStreamSubscriptionManager](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.core.istreamsubscriptionmanager/).
