StatisticalIndicatorAPI.RequestMinInterval Property
[Category(CATEGORY_HISTORICAL_DATA_DEFAULTS)]
[Description("In milliseconds")]
[DefaultValue(DEFAULT_REQUEST_MIN_INTERVAL)]
public int RequestMinInterval {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_HISTORICAL_DATA_DEFAULTS)]
[Description("In milliseconds")]
[DefaultValue(DEFAULT_REQUEST_MIN_INTERVAL)]
public:
property int RequestMinInterval {
int get( );
void set(
int value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_HISTORICAL_DATA_DEFAULTS)
Description("In milliseconds")
DefaultValue(DEFAULT_REQUEST_MIN_INTERVAL)
function get RequestMinInterval() : int;
public
Category(CATEGORY_HISTORICAL_DATA_DEFAULTS)
Description("In milliseconds")
DefaultValue(DEFAULT_REQUEST_MIN_INTERVAL)
function set RequestMinInterval(value : int);
This language is not supported or no code example is available.
Property Value
int
In this article
Definition