WebJobsHostBuilderExtensions.

ConfigureWebJobs(IConventionHostBuilder, WebJobsConventionDelegate) Method

Summary

Configure the web jobs delegate to the convention scanner

Syntax

public static IConventionHostBuilder ConfigureWebJobs(this IConventionHostBuilder container, WebJobsConventionDelegate delegate)

Attributes

Type Description
NullableContextAttribute
NotNullAttribute

Parameters

Name Type Description
container IConventionHostBuilder The container.
delegate WebJobsConventionDelegate The delegate.

Return Value

Type Description
IConventionHostBuilder IConventionHostBuilder.