# IStreamSubscriptionManagerAdmin Methods

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

## GetStreamSubscriptionManager(string) {#getstreamsubscriptionmanager-string-88fda40a}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.core.istreamsubscriptionmanageradmin/methods/getstreamsubscriptionmanager-string-88fda40a/)

```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/).
