BaseConfigManagergetMaxValue Method |
Returns maximum allowed value for given variable.
If there is no maximum allowed value, throws an InvalidInputException
As of FactSetOnDemand 3.2, the maximum allowed values are:
Timeout: 930
HTTPSRetries:
MaxValue
Namespace:
Kratos_3.Config
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic int getMaxValue(
ConfigOptions name
)
Public Function getMaxValue (
name As ConfigOptions
) As Integer
public:
virtual int getMaxValue(
ConfigOptions name
) sealed
abstract getMaxValue :
name : ConfigOptions -> int
override getMaxValue :
name : ConfigOptions -> int
Parameters
- name
- Type: ConfigOptions
Variable to check maximum value of
Return Value
Type:
Int32maximum value allowed for variable
ExceptionsException | Condition |
---|
InvalidInputException | Thrown if the given variable does not have a maximum allowed value |
See Also