Microsoft.Azure.Functions.Worker.Core Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Azure SDK for .NET