Show / Hide Table of Contents

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 Source

RateControl(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 Source

Interval

The measurement interval for rate control.

Declaration
public RateControlInterval Interval { get; }
Property Value
Type Description
RateControlInterval
| Improve this Doc View Source

Tolerance

The tolerance level for rate control.

Declaration
public RateControlTolerance Tolerance { get; }
Property Value
Type Description
RateControlTolerance
  • Improve this Doc
  • View Source
Back to top Generated by DocFX