Summary
Configure the services delegate to the convention scanner
- Assembly
- Rocket
.Surgery .Extensions .DependencyInjection .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Services
Host Builder Extensions
Syntax
public static IConventionHostBuilder ConfigureServices(this IConventionHostBuilder container, ServiceConventionDelegate delegate)
Attributes
Type | Description |
---|---|
Nullable |
Parameters
Name | Type | Description |
---|---|---|
container | I |
The container. |
delegate | Service |
The delegate. |
Return Value
Type | Description |
---|---|
I |
IConventionHostBuilder. |