| 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
)
Public Sub New (
ParamArray assemblies As Assembly()
)
public:
JobConfiguration(
... array<Assembly^>^ assemblies
)
new :
assemblies : Assembly[] -> JobConfiguration
Parameters
- assemblies
- Type: System.ReflectionAssembly
The assemblies containing the task types.
See Also