Show / Hide Table of Contents

Class CpuCappable

A base class for CPU limits that can be hard capped.

Inheritance
System.Object
CpuLimit
CpuCappable
CpuRateLimit
CpuWeightedRateLimit
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 Source

HardLimit

Gets a value that indicates whether the CPU rate is forcibily capped.

Declaration
public bool HardLimit { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX