Click or drag to resize

JobRunnerInfoCreateInstance Method (DfsConfiguration, JetConfiguration, String, Int32)

Creates an instance of the job runner.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public IJobRunner CreateInstance(
	DfsConfiguration dfsConfiguration,
	JetConfiguration jetConfiguration,
	string[] args,
	int index
)

Parameters

dfsConfiguration
Type: Ookii.Jumbo.DfsDfsConfiguration
The Jumbo DFS configuration for the job.
jetConfiguration
Type: Ookii.Jumbo.JetJetConfiguration
The Jumbo Jet configuration for the job.
args
Type: SystemString
The arguments for the job.
index
Type: SystemInt32
The index of the first argument to parse.

Return Value

Type: IJobRunner
An instance of the job runner, or if the incorrect number of arguments was specified.
See Also