Click or drag to resize
StatisticsFactory.CreateAtomicStatistics Method (StatisticsType, String, Int64)
Creates and returns a Statistics instance of the given StatisticsType type, textId, and numericId.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public Statistics CreateAtomicStatistics(
	StatisticsType type,
	string textId,
	long numericId
)

Parameters

type
Type: GemStone.GemFire.Cache.Generic.StatisticsType
textId
Type: System.String
numericId
Type: System.Int64

Return Value

Type: Statistics
See Also