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

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.EventHubs/Providers/Streams/EventHub/EventHubStreamBuilder.cs#L56-L63)

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

### Parameters

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