共用方式為


LimitValue 類別

定義

封裝特定系統限制詳細資料的資料類別。

[System.Serializable]
public class LimitValue
[<System.Serializable>]
type LimitValue = class
Public Class LimitValue
繼承
LimitValue
屬性

建構函式

LimitValue()

封裝特定系統限制詳細資料的資料類別。

屬性

HardLimitThreshold

「硬式」限制閾值,之後就會開始產生錯誤並採取動作 (例如,拒絕新的要求訊息等) 主動將限制值縮減回臨界值。

Name

此限制值的名稱

SoftLimitThreshold

此限制的「軟性」限制閾值,之後就會開始產生警告

方法

ToString()

封裝特定系統限制詳細資料的資料類別。

適用於