Click or drag to resize
StatisticsSetLong Method (Int32, Int64)
Sets the value of a statistic with the given id whose type is long.

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

Parameters

id
Type: SystemInt32
a statistic id obtained with [!:#nameToId] or [!:#StatisticsType#nameToId].
value
Type: SystemInt64
value to set
Exceptions
ExceptionCondition
IllegalArgumentException If the id is invalid.
See Also