Click or drag to resize

JobConfiguration Constructor (String)

Initializes a new instance of the JobConfiguration class with the specified assembly file name.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public JobConfiguration(
	params string[] assemblyFileNames
)

Parameters

assemblyFileNames
Type: SystemString
The file names of the assemblies containing the task types for this class.
See Also