Click or drag to resize
StatisticsFactoryFindFirstStatisticsByType Method
Return the first instance that matches the type, or NULL

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public Statistics FindFirstStatisticsByType(
	StatisticsType type
)

Parameters

type
Type: GemStone.GemFire.Cache.GenericStatisticsType

Return Value

Type: Statistics
See Also