Click or drag to resize

JobRunnerInfo Constructor

Initializes a new instance of the JobRunnerInfo class.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public JobRunnerInfo(
	Type type
)

Parameters

type
Type: SystemType
The type of the job runner.
See Also