StatisticsGetLong Method (String) |
Returns the value of the statistic of type long at
the given name.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic long GetLong(
string name
)
Public Function GetLong (
name As String
) As Long
public:
virtual long long GetLong(
String^ name
) sealed
abstract GetLong :
name : string -> int64
override GetLong :
name : string -> int64
Parameters
- name
- Type: SystemString
statistic name
Return Value
Type:
Int64
ExceptionsException | Condition |
---|
IllegalArgumentException |
If no statistic exists named name or
if the statistic with name name is not of
type long.
|
See Also