# SiloAdoNetStreamConfigurator Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.adonet/orleans.hosting.siloadonetstreamconfigurator/)

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

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.adonet/orleans.hosting.siloadonetstreamconfigurator/constructors/constructor-string-system-action-system-action-microsoft-extensions-dependencyin-475d6598/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/AdoNet/Orleans.Streaming.AdoNet/Hosting/SiloAdoNetStreamConfigurator.cs#L10-L27)

```csharp
public SiloAdoNetStreamConfigurator(string name, Action<Action<IServiceCollection>> configureDelegate)
```

### Parameters

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