Edit

Share via


SiloBuilderExtensions.ConfigureServices Method

Definition

Adds services to the container. This can be called multiple times and the results will be additive.

public static Orleans.Hosting.ISiloBuilder ConfigureServices(this Orleans.Hosting.ISiloBuilder builder, Action<Microsoft.Extensions.DependencyInjection.IServiceCollection> configureDelegate);

Parameters

builder
ISiloBuilder

The ISiloBuilder to configure.

configureDelegate
Action<IServiceCollection>

Returns

The same instance of the ISiloBuilder for chaining.

Applies to