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