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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET