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

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

Parameters

type
Type: GemStone.GemFire.CacheStatisticsType
textId
Type: SystemString
numericId
Type: SystemInt64

Return Value

Type: Statistics
See Also