StatisticsGetRawBits Method |
Returns the bits that represent the raw value of the described statistic.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic long GetRawBits(
StatisticDescriptor descriptor
)
Public Function GetRawBits (
descriptor As StatisticDescriptor
) As Long
public:
virtual long long GetRawBits(
StatisticDescriptor^ descriptor
) sealed
abstract GetRawBits :
descriptor : StatisticDescriptor -> int64
override GetRawBits :
descriptor : StatisticDescriptor -> int64
Parameters
- descriptor
- Type: GemStone.GemFire.CacheStatisticDescriptor
a statistic descriptor obtained with [!:#nameToDescriptor]
or [!:StatisticsType#nameToDescriptor]
Return Value
Type:
Int64
Exceptions
See Also