Click or drag to resize
StatisticsTypeNameToId Method
Returns the id of the statistic with the given name in this statistics instance.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public int NameToId(
	string name
)

Parameters

name
Type: SystemString
the statistic name

Return Value

Type: Int32
the id of the statistic with the given name
Exceptions
ExceptionCondition
IllegalArgumentException if no statistic named name exists in this statistic instance.
See Also