StatisticsSetInt Method (String, Int32) |
Sets the value of a named statistic of type int
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void SetInt(
string name,
int value
)
Public Sub SetInt (
name As String,
value As Integer
)
public:
virtual void SetInt(
String^ name,
int value
) sealed
abstract SetInt :
name : string *
value : int -> unit
override SetInt :
name : string *
value : int -> unit
Parameters
- name
- Type: SystemString
statistic name - value
- Type: SystemInt32
value to set
ExceptionsException | Condition |
---|
IllegalArgumentException |
If no statistic exists named name or
if the statistic with name name is not of
type int.
|
See Also