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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public SchedulingMode NonDataInputSchedulingMode { get; set; }

Property Value

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