# SiloKinesisStreamConfigurator Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.kinesis/orleans.hosting.silokinesisstreamconfigurator/)

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

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.kinesis/orleans.hosting.silokinesisstreamconfigurator/constructors/constructor-string-system-action-system-action-microsoft-extensions-dependencyin-f3c0abe6/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/AWS/Orleans.Streaming.Kinesis/Hosting/SiloKinesisStreamConfigurator.cs#L13-L23)

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

### Parameters

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