Click or drag to resize

IDataInputTaskInputs Property

Gets the inputs for each task.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
IList<ITaskInput> TaskInputs { get; }

Property Value

Type: IListITaskInput
A list of task inputs, or if the job is not being constructed. The returned collection may be read-only.
See Also