AddEventHubStreams(ISiloBuilder, string, Action<ISiloEventHubStreamConfigurator>)
staticextension
public static ISiloBuilder AddEventHubStreams(this ISiloBuilder builder, string name, Action<ISiloEventHubStreamConfigurator> configure) Adds a named Azure Event Hubs persistent stream provider to the silo.
Parameters
builderISiloBuilder- The silo builder.
namestring- The stream provider name.
configureAction<ISiloEventHubStreamConfigurator>- The delegate used to configure the stream provider.
Returns
The silo builder.
