# SiloRedisStreamConfigurator Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.hosting.siloredisstreamconfigurator/)

## SiloRedisStreamConfigurator(string, Action&lt;Action&lt;IServiceCollection&gt;&gt;) {#constructor-string-system-action-system-action-microsoft-extensions-dependencyin-0dd95606}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.hosting.siloredisstreamconfigurator/constructors/constructor-string-system-action-system-action-microsoft-extensions-dependencyin-0dd95606/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Redis/Orleans.Streaming.Redis/Streams/RedisStreamBuilder.cs#L15-L24)

```csharp
public SiloRedisStreamConfigurator(string name, Action<Action<IServiceCollection>> configureServicesDelegate)
```

### Parameters

- `name` (`string`)
- `configureServicesDelegate` (`Action<Action<IServiceCollection>>`)
