Compartilhar via


WorkerExtensionStartupAttribute(Type) Construtor

Definição

Constrói uma nova instância de 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)

Parâmetros

startupType
Type

O tipo da implementação da classe de inicialização de extensão.

Exceções

Lança quando startupType é nulo.

Aplica-se a