Summary
Configure the web jobs delegate to the convention scanner
- Assembly
- Rocket
.Surgery .Extensions .WebJobs .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Web
Jobs Host Builder Extensions
Syntax
public static IConventionHostBuilder ConfigureWebJobs(this IConventionHostBuilder container, WebJobsConventionDelegate delegate)
Attributes
Type | Description |
---|---|
Nullable |
|
NotNullAttribute |
Parameters
Name | Type | Description |
---|---|---|
container | I |
The container. |
delegate | Web |
The delegate. |
Return Value
Type | Description |
---|---|
I |
IConventionHostBuilder. |