Click or drag to resize

JobBuilderTaskBuilder Property

Gets the DynamicTaskBuilder used to create task classes from methods.

Namespace:  Ookii.Jumbo.Jet.Jobs.Builder
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public DynamicTaskBuilder TaskBuilder { get; }

Property Value

Type: DynamicTaskBuilder
The task builder.
Remarks
You only need to use this property if you are extending the JobBuilder.
See Also