Click or drag to resize

JobConfiguration Constructor (Assembly)

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

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

Parameters

assemblies
Type: System.ReflectionAssembly
The assemblies containing the task types.
See Also