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