Click or drag to resize
StatisticsSetLong Method (String, Int64)
Sets the value of a named statistic of type long.

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

Parameters

name
Type: SystemString
statistic name
value
Type: SystemInt64
value to set
Exceptions
ExceptionCondition
IllegalArgumentException If no statistic exists named name or if the statistic with name name is not of type long.
See Also