SiloEventHubStreamConfigurator(string, Action<Action<IServiceCollection>>)
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.
