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