Click or drag to resize

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)
Syntax
public int getMaxValue(
	ConfigOptions name
)

Parameters

name
Type: ConfigOptions
Variable to check maximum value of

Return Value

Type: Int32
maximum value allowed for variable
Exceptions
ExceptionCondition
InvalidInputExceptionThrown if the given variable does not have a maximum allowed value
See Also