Class CpuCappable
A base class for CPU limits that can be hard capped.
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 abstract class CpuCappable : CpuLimit
Properties
| Improve this Doc View SourceHardLimit
Gets a value that indicates whether the CPU rate is forcibily capped.
Declaration
public bool HardLimit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |