| JobServerConfigurationElementSchedulingThreshold Property |
Gets or sets the percentage of tasks of the input channel's sending stage that need to be finished before a stage can be scheduled.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public float SchedulingThreshold { get; set; }
Public Property SchedulingThreshold As Single
Get
Set
public:
property float SchedulingThreshold {
float get ();
void set (float value);
}
member SchedulingThreshold : float32 with get, set
Property Value
Type:
SingleA value between 0 and 1 that indicates the scheduling threshold. The default value is 0.4.
See Also