Table of Contents

Class WebJobsStartupAttribute

Namespace
Microsoft.Azure.WebJobs.Hosting
Assembly
Microsoft.Azure.WebJobs.Host.dll
[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

startupType Type
name string

Properties

Name

public string Name { get; }

Property Value

string

WebJobsStartupType

public Type WebJobsStartupType { get; }

Property Value

Type