Click or drag to resize
StatisticsGetLong Method (Int32)
Returns the value of the identified statistic of type long.

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

Parameters

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

Return Value

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