# SiloBuilderExtensions Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.hosting.developer.silobuilderextensions/)

## AddEventDataGeneratorStreams(ISiloBuilder, string, Action&lt;IEventDataGeneratorStreamConfigurator&gt;) {#addeventdatageneratorstreams-this-orleans-hosting-isilobuilder-string-system-act-8fca7014}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.hosting.developer.silobuilderextensions/methods/addeventdatageneratorstreams-this-orleans-hosting-isilobuilder-string-system-act-8fca7014/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.EventHubs/Hosting/DeveloperExtensions.cs#L15-L18)

```csharp
public static ISiloBuilder AddEventDataGeneratorStreams(this ISiloBuilder builder, string name, Action<IEventDataGeneratorStreamConfigurator> configure)
```

Configure silo to use event data generator streams.

### Parameters

- `builder` (`ISiloBuilder`)
- `name` (`string`)
- `configure` (`Action<IEventDataGeneratorStreamConfigurator>`)
