Click or drag to resize

JobRunnerInfoCreateInstance(ReadOnlyMemoryString, ParseOptions) Method

Creates an instance of the job runner with the configuration from the app.config file.

Namespace: Ookii.Jumbo.Jet.Jobs
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public IJobRunner? CreateInstance(
	ReadOnlyMemory<string> args,
	ParseOptions? parseOptions = null
)

Parameters

args  ReadOnlyMemoryString
The arguments for the job.
parseOptions  ParseOptions  (Optional)
The options that control parsing.

Return Value

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