Click or drag to resize
StatisticsFactoryCreateLongCounter Method (String, String, String)
Creates and returns an long counter StatisticDescriptor with the given name, description, units.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public StatisticDescriptor CreateLongCounter(
	string name,
	string description,
	string units
)

Parameters

name
Type: SystemString
description
Type: SystemString
units
Type: SystemString

Return Value

Type: StatisticDescriptor
See Also