StatisticsSetLong Method (Int32, Int64) |
Sets the value of a statistic with the given id
whose type is long.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void SetLong(
int id,
long value
)
Public Sub SetLong (
id As Integer,
value As Long
)
public:
virtual void SetLong(
int id,
long long value
) sealed
abstract SetLong :
id : int *
value : int64 -> unit
override SetLong :
id : int *
value : int64 -> unit
Parameters
- id
- Type: SystemInt32
a statistic id obtained with [!:#nameToId]
or [!:#StatisticsType#nameToId]. - value
- Type: SystemInt64
value to set
Exceptions
See Also