Click or drag to resize
StatisticsGetInt Method (String)
Returns the value of the statistic of type
int
at the given name.

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

Parameters

name
Type: SystemString
statistic name

Return Value

Type: Int32
Exceptions
ExceptionCondition
IllegalArgumentException If no statistic exists named name or if the statistic with name name is not of type int.
See Also