Click or drag to resize
StatisticsFactory.CreateType 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: System.String
description
Type: System.String
stats
Type:GemStone.GemFire.Cache.StatisticDescriptor[]
statsLength
Type: System.Int32

Return Value

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