Table of Contents

Class DispatchJobDefinition

Namespace
JobFlow.Models.Jobs.Definitions
Assembly
JobFlow.Models.dll

Defines a standard Job that is "dispatched" by the system to the appropriate worker.

public class DispatchJobDefinition : JobDefinition
Inheritance
DispatchJobDefinition
Inherited Members

Constructors

DispatchJobDefinition(string)

public DispatchJobDefinition(string name)

Parameters

name string

DispatchJobDefinition(string, JobDefinitionSettings)

public DispatchJobDefinition(string name, JobDefinitionSettings settings)

Parameters

name string
settings JobDefinitionSettings

Properties

Settings

Specifies custom settings for the Job.

public JobDefinitionSettings Settings { get; set; }

Property Value

JobDefinitionSettings