  | SchedulerOptionsNonDataInputSchedulingMode Property | 
            Gets or sets a value indicating how the server will assign tasks that do not have data input to task servers.
            
Namespace: Ookii.Jumbo.Jet.JobsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic 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
SchedulingMode
            	One of the values of the 
SchedulingMode enumeration.
            
Remarks
              When this property is set to MoreServers, the scheduler will prefer the server with the most available tasks, while
              FewerServers means it will prefer the server with the fewest available tasks.
            
              The value of OptimalLocality is not valid for this property; it will be treated as Default.
            
See Also