WebJobBase Class

Definition

public abstract class WebJobBase
type WebJobBase = class
Public MustInherit Class WebJobBase
Inheritance
WebJobBase
Derived

Constructors

WebJobBase()

Initializes a new instance of the WebJobBase class.

Properties

Error

Optional. The error if there was one.

ExtraInfoUrl

Optional. The extra information url.

Name

Optional. The name.

RunCommand

Optional. The run command.

Type

Optional. The type.

Url

Optional. The url.

UsingSdk

Optional. True if the job is using the WebJobs SDK otherwise false.

Applies to