Class CpuRateLimit
Limits the CPU rate based on a fixed percentage.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Fs.Processes.JobObjects
Assembly: Fs.Processes.dll
Syntax
public sealed class CpuRateLimit : CpuCappable
Constructors
| Improve this Doc View SourceCpuRateLimit(Decimal, Boolean)
Creates and instance of CpuRateLimit.
Declaration
public CpuRateLimit(decimal percentageRate, bool isHardLimit)
Parameters
Type | Name | Description |
---|---|---|
System.Decimal | percentageRate | A percentage (that is greater than |
System.Boolean | isHardLimit | When |
Properties
| Improve this Doc View SourceRate
Gets the percentage of the overall system CPU time the job is allowed to use.
Declaration
public decimal Rate { get; }
Property Value
Type | Description |
---|---|
System.Decimal |