ConfigureServices(ISiloBuilder, Action<IServiceCollection>)
staticextension
public static ISiloBuilder ConfigureServices(this ISiloBuilder builder, Action<IServiceCollection> configureDelegate) Adds services to the container. This can be called multiple times and the results will be additive.
Parameters
builderISiloBuilder- The
ISiloBuilderto configure. configureDelegateAction<IServiceCollection>
Returns
The same instance of the
ISiloBuilder for chaining.