Click or drag to resize
StatisticsFactory.CreateLongCounter Method (String, String, String, SByte)
Creates and returns an long counter StatisticDescriptor with the given name, description, units, and with larger values indicating better performance.

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

Parameters

name
Type: System.String
description
Type: System.String
units
Type: System.String
largerBetter
Type: System.SByte

Return Value

Type: StatisticDescriptor
See Also