SiloAdoNetStreamConfigurator(string, Action<Action<IServiceCollection>>)
public SiloAdoNetStreamConfigurator(string name, Action<Action<IServiceCollection>> configureDelegate) Initializes a new instance of the
SiloAdoNetStreamConfigurator class. Parameters
namestring- The stream provider name.
configureDelegateAction<Action<IServiceCollection>>- The delegate used to configure services.
