Click or drag to resize
StatisticsFactoryFindType Method
Finds and returns an already created StatisticsType with the given name. Returns null if the type does not exist.

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

Parameters

name
Type: SystemString

Return Value

Type: StatisticsType
See Also