Click or drag to resize
StatisticsFactoryCreateType Method
Creates and returns a StatisticsType with the given name, description,and StatisticDescriptor

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public StatisticsType CreateType(
	string name,
	string description,
	StatisticDescriptor[] stats,
	int statsLength
)

Parameters

name
Type: SystemString
description
Type: SystemString
stats
Type: GemStone.GemFire.CacheStatisticDescriptor
statsLength
Type: SystemInt32

Return Value

Type: StatisticsType
Exceptions
ExceptionCondition
IllegalArgumentException if a type with the given name already exists.
See Also