Class WebJobsStartupAttribute
[AttributeUsage(AttributeTargets.Assembly, Inherited = false, AllowMultiple = true)]
public class WebJobsStartupAttribute : Attribute
- Inheritance
-
WebJobsStartupAttribute
- Inherited Members
Constructors
WebJobsStartupAttribute(Type, string)
public WebJobsStartupAttribute(Type startupType, string name = null)
Parameters
Properties
Name
public string Name { get; }
Property Value
WebJobsStartupType
public Type WebJobsStartupType { get; }