Click or drag to resize
StatisticsSetDouble Method (StatisticDescriptor, Double)
Sets the value of a described statistic of type double

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

Parameters

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