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