Click or drag to resize

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; }

Property Value

Type: SchedulingMode
The scheduling mode for tasks without data input.
Remarks

If the value of this property is set to Default or OptimalLocality, it will be treated as MoreServers.

See Also