Click or drag to resize
StatisticsFactoryCreateDoubleGauge Method (String, String, String, SByte)
Creates and returns an double gauge StatisticDescriptor with the given name, description, units, and with smaller values indicating better performance.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public StatisticDescriptor CreateDoubleGauge(
	string name,
	string description,
	string units,
	sbyte largerBetter
)

Parameters

name
Type: SystemString
description
Type: SystemString
units
Type: SystemString
largerBetter
Type: SystemSByte

Return Value

Type: StatisticDescriptor
See Also