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

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
)

Parameters

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

Return Value

Type: Statistics
See Also