Delen via


AdaptiveTestingBotComponent.ConfigureServices Methode

Definitie

Ingangspunt voor botonderdelen om typen te registreren in resourceverkenner, configuratie te gebruiken en services in de servicesverzameling te registreren.

public override void ConfigureServices (Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.Extensions.Configuration.IConfiguration configuration);
override this.ConfigureServices : Microsoft.Extensions.DependencyInjection.IServiceCollection * Microsoft.Extensions.Configuration.IConfiguration -> unit
Public Overrides Sub ConfigureServices (services As IServiceCollection, configuration As IConfiguration)

Parameters

services
IServiceCollection

Servicesverzameling om afhankelijkheidsinjectie te registreren.

configuration
IConfiguration

Configuratie voor het botonderdeel.

Van toepassing op