Click or drag to resize

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

Property Value

SchedulingMode
The scheduling mode for tasks that have data input.
Remarks

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

See Also