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