Skip to content

SiloEventHubStreamConfigurator.SiloEventHubStreamConfigurator(string, Action<Action<IServiceCollection>>)

SiloEventHubStreamConfigurator(string, Action<Action<IServiceCollection>>)

View source
public SiloEventHubStreamConfigurator(string name, Action<Action<IServiceCollection>> configureServicesDelegate)
Initializes a new instance of the SiloEventHubStreamConfigurator class.

Parameters

namestring
The stream provider name.
configureServicesDelegateAction<Action<IServiceCollection>>
The delegate used to configure dependency injection services.