StatisticsFactoryCreateAtomicStatistics Method (StatisticsType) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Statistics CreateAtomicStatistics(
StatisticsType type
)
Public Function CreateAtomicStatistics (
type As StatisticsType
) As Statistics
public:
virtual Statistics^ CreateAtomicStatistics(
StatisticsType^ type
) sealed
abstract CreateAtomicStatistics :
type : StatisticsType -> Statistics
override CreateAtomicStatistics :
type : StatisticsType -> Statistics
Parameters
- type
- Type: GemStone.GemFire.CacheStatisticsType
Return Value
Type:
Statistics
See Also