# EventHubsStreamProviderBuilder.Configure(IClientBuilder, string?, IConfigurationSection)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.hosting.eventhubsstreamproviderbuilder/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.hosting.eventhubsstreamproviderbuilder/methods/)

[Source](https://github.com/dotnet/orleans/blob/1644940b035c7bdf215a4fd7135757c06bcfe9ec/src/Azure/Orleans.Streaming.EventHubs/Hosting/EventHubsStreamProviderBuilder.cs)

```csharp
public void Configure(IClientBuilder builder, string? name, IConfigurationSection configurationSection)
```

Configures the provider.

### Parameters

- `builder` (`IClientBuilder`): The builder.
- `name` (`string?`): The provider name, or `null` if no name is specified.
- `configurationSection` (`IConfigurationSection`): The configuration section containing provider configuration.
