Enum RateControlTolerance
The tolerance level for a RateControl structure.
Namespace: Fs.Processes.JobObjects
Assembly: Fs.Processes.dll
Syntax
public enum RateControlTolerance
Fields
Name | Description |
---|---|
High | Rate can be exceeded for 60% of the RateControlInterval. |
Low | Rate can be exceeded for 20% of the RateControlInterval. |
Medium | Rate can be exceeded for 40% of the RateControlInterval. |