Summary
Configure the hosting delegate to the convention scanner
- Assembly
- Rocket
.Surgery .Hosting .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Hosting
Convention Extensions
Syntax
public static IConventionHostBuilder ConfigureHosting(this IConventionHostBuilder container, HostingConventionDelegate delegate)
Attributes
Type | Description |
---|---|
Nullable |
Parameters
Name | Type | Description |
---|---|---|
container | I |
The container. |
delegate | Hosting |
The delegate. |
Return Value
Type | Description |
---|---|
I |
IConventionHostBuilder. |