WorkerExtensionStartupAttribute(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 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.