Click or drag to resize
StatisticsGetInt Method (Int32)
Returns the value of the identified statistic of type int. whose type is double.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public int GetInt(
	int id
)

Parameters

id
Type: SystemInt32
a statistic id obtained with [!:#nameToId] or [!:#StatisticsType#nameToId]

Return Value

Type: Int32
Exceptions
ExceptionCondition
IllegalArgumentException If the id is invalid.
See Also