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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
IList<ITaskInput>? TaskInputs { get; }

Property Value

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