Click or drag to resize
Statistics.SetLong Method (StatisticDescriptor, Int64)
Sets the value of a described 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(
	StatisticDescriptor descriptor,
	long value
)

Parameters

descriptor
Type: GemStone.GemFire.Cache.StatisticDescriptor
a statistic descriptor obtained with [!:#nameToDescriptor] or [!:StatisticsType#nameToDescriptor]
value
Type: System.Int64
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