Dela via


WorkerExtensionStartupCodeExecutorInfoAttribute(Type) Constructor

Definition

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