共用方式為


WorkerExtensionStartupAttribute(Type) Constructor

Definition

Constructs a new instance of WorkerExtensionStartupAttribute.

public WorkerExtensionStartupAttribute (Type startupType);
new Microsoft.Azure.Functions.Worker.Core.WorkerExtensionStartupAttribute : Type -> Microsoft.Azure.Functions.Worker.Core.WorkerExtensionStartupAttribute
Public Sub New (startupType As Type)

Parameters

startupType
Type

The type of the extension startup class implementation.

Exceptions

Throws when startupType is null.

Applies to