Click or drag to resize
StatisticsSetLong Method (StatisticDescriptor, Int64)
Sets the value of a described statistic of type long

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

Parameters

descriptor
Type: GemStone.GemFire.Cache.GenericStatisticDescriptor
a statistic descriptor obtained with [!:#nameToDescriptor] or [!:StatisticsType#nameToDescriptor]
value
Type: SystemInt64
value to set
Exceptions
ExceptionCondition
IllegalArgumentException If no statistic exists for the given descriptor or if the described statistic is not of type long.
See Also