Microsoft.Azure.Functions.Worker.Core Namespace

Classes

WorkerExtensionStartup

The base type for worker extension startup implementations.

WorkerExtensionStartupAttribute

An assembly level attribute to inform that this assembly contains a worker extension startup implementation type.

WorkerExtensionStartupCodeExecutorInfoAttribute

An assembly level attribute to inform that this assembly contains information about extension startup code executor type (The auto generated class which has calls to each of the participating extension's Configure method). If any of the extensions are participating in the startup, our source generator will add this assembly attribute with information about the extension startup code executor type.