StatisticsFactoryCreateType Method |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic StatisticsType CreateType(
string name,
string description,
StatisticDescriptor[] stats,
int statsLength
)
Public Function CreateType (
name As String,
description As String,
stats As StatisticDescriptor(),
statsLength As Integer
) As StatisticsType
public:
virtual StatisticsType^ CreateType(
String^ name,
String^ description,
array<StatisticDescriptor^>^ stats,
int statsLength
) sealed
abstract CreateType :
name : string *
description : string *
stats : StatisticDescriptor[] *
statsLength : int -> StatisticsType
override CreateType :
name : string *
description : string *
stats : StatisticDescriptor[] *
statsLength : int -> StatisticsType
Parameters
- name
- Type: SystemString
- description
- Type: SystemString
- stats
- Type: GemStone.GemFire.CacheStatisticDescriptor
- statsLength
- Type: SystemInt32
Return Value
Type:
StatisticsType
Exceptions
See Also