Edit

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

Name Description
LimitValue()

Properties

Name Description
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

Name Description
ToString()

Applies to