WorkerExtensionStartupAttribute Class
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.
An assembly level attribute to inform that this assembly contains a worker extension startup implementation type.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)]
public class WorkerExtensionStartupAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)>]
type WorkerExtensionStartupAttribute = class
inherit Attribute
Public Class WorkerExtensionStartupAttribute
Inherits Attribute
- Inheritance
-
WorkerExtensionStartupAttribute
- Attributes
Constructors
WorkerExtensionStartupAttribute(Type) |
Constructs a new instance of WorkerExtensionStartupAttribute. |
Properties
StartupType |
Gets the type of the startup class implementation. |