Méthode | Description | |
---|---|---|
Bound ( ) : System | ||
Bound ( int minCount, int maxCount ) : System |
Fully parameterized constructor for Bounds
|
|
Bound ( string minCount, string maxCount ) : System |
Fully parameterized constructor for Bounds
|
public Bound ( int minCount, int maxCount ) : System | ||
minCount | int | The minimum number of servers that must be operational at all times in the server array. NOTE: Any changes that are made to the min/max count in the server array schedule will overwrite the array's default min/max count settings. |
maxCount | int | The maximum number of servers that must be operational at all times in the server array. NOTE: Any changes that are made to the min/max count in the server array schedule will overwrite the array's default min/max count settings. |
Résultat | System |
public Bound ( string minCount, string maxCount ) : System | ||
minCount | string | The minimum number of servers that must be operational at all times in the server array. NOTE: Any changes that are made to the min/max count in the server array schedule will overwrite the array's default min/max count settings. |
maxCount | string | The maximum number of servers that must be operational at all times in the server array. NOTE: Any changes that are made to the min/max count in the server array schedule will overwrite the array's default min/max count settings. |
Résultat | System |