StatisticsSetInt Method (Int32, Int32) |
Sets the value of a statistic with the given id
whose type is int.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void SetInt(
int id,
int value
)
Public Sub SetInt (
id As Integer,
value As Integer
)
public:
virtual void SetInt(
int id,
int value
) sealed
abstract SetInt :
id : int *
value : int -> unit
override SetInt :
id : int *
value : int -> unit
Parameters
- id
- Type: SystemInt32
a statistic id obtained with [!:#nameToId]
or [!:#StatisticsType#nameToId] - value
- Type: SystemInt32
value to set
Exceptions
See Also