| JobServerConfigurationElementDataInputSchedulingMode Property |
Gets or sets the default scheduling mode for tasks that have data input.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public SchedulingMode DataInputSchedulingMode { get; set; }
Public Property DataInputSchedulingMode As SchedulingMode
Get
Set
public:
property SchedulingMode DataInputSchedulingMode {
SchedulingMode get ();
void set (SchedulingMode value);
}
member DataInputSchedulingMode : SchedulingMode with get, set
Property Value
Type:
SchedulingModeThe scheduling mode for tasks that have data input.
Remarks See Also