StatisticsFactoryCreateStatistics Method (StatisticsType, String) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Statistics CreateStatistics(
StatisticsType type,
string textId
)
Public Function CreateStatistics (
type As StatisticsType,
textId As String
) As Statistics
public:
virtual Statistics^ CreateStatistics(
StatisticsType^ type,
String^ textId
) sealed
abstract CreateStatistics :
type : StatisticsType *
textId : string -> Statistics
override CreateStatistics :
type : StatisticsType *
textId : string -> Statistics
Parameters
- type
- Type: GemStone.GemFire.CacheStatisticsType
- textId
- Type: SystemString
Return Value
Type:
Statistics
See Also