Edit

Share via


LimitValue Class

Definition

Data class encapsulating details of a particular system limit.

[System.Serializable]
public class LimitValue
[<System.Serializable>]
type LimitValue = class
Public Class LimitValue
Inheritance
LimitValue
Attributes

Constructors

LimitValue()

Properties

HardLimitThreshold

'Hard' limit threshold value, after which Errors will start to be generated and action take (for example, rejecting new request messages, etc) to actively reduce the limit value back to within thresholds.

Name

Name of this Limit value

SoftLimitThreshold

'Soft" limit threshold value for this Limit, after which Warnings will start to be generated

Methods

ToString()

Applies to