StatisticsGetInt Method (Int32) |
Returns the value of the identified statistic of type int.
whose type is double.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic int GetInt(
int id
)
Public Function GetInt (
id As Integer
) As Integer
public:
virtual int GetInt(
int id
) sealed
abstract GetInt :
id : int -> int
override GetInt :
id : int -> int
Parameters
- id
- Type: SystemInt32
a statistic id obtained with [!:#nameToId]
or [!:#StatisticsType#nameToId]
Return Value
Type:
Int32
Exceptions
See Also