WorkerExtensionStartupCodeExecutorInfoAttribute(Type) Constructor
Definition
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.
Constructs a new instance of WorkerExtensionStartupCodeExecutorInfoAttribute.
public WorkerExtensionStartupCodeExecutorInfoAttribute (Type extensionStartupCodeExecutorType);
new Microsoft.Azure.Functions.Worker.Core.WorkerExtensionStartupCodeExecutorInfoAttribute : Type -> Microsoft.Azure.Functions.Worker.Core.WorkerExtensionStartupCodeExecutorInfoAttribute
Public Sub New (extensionStartupCodeExecutorType As Type)
Parameters
- extensionStartupCodeExecutorType
- Type
The type of the extension startup code executor class.
Exceptions
Throws when startupType is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET