# SiloAdoNetStreamConfigurator.SiloAdoNetStreamConfigurator(string, Action&lt;Action&lt;IServiceCollection&gt;&gt;)

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

[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>>`)
