Struct RateControl
Options for rate control notifications.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Fs.Processes.JobObjects
Assembly: Fs.Processes.dll
Syntax
public struct RateControl
Constructors
| Improve this Doc View SourceRateControl(RateControlInterval, RateControlTolerance)
Constructs a RateControl instance with the specified settings.
Declaration
public RateControl(RateControlInterval interval, RateControlTolerance tolerance)
Parameters
Type | Name | Description |
---|---|---|
RateControlInterval | interval | The RateControlInterval assigned to the Interval property. |
RateControlTolerance | tolerance | The RateControlTolerance assigned to the Tolerance property. |
Properties
| Improve this Doc View SourceInterval
The measurement interval for rate control.
Declaration
public RateControlInterval Interval { get; }
Property Value
Type | Description |
---|---|
RateControlInterval |
Tolerance
The tolerance level for rate control.
Declaration
public RateControlTolerance Tolerance { get; }
Property Value
Type | Description |
---|---|
RateControlTolerance |