Solclient
ContextFactoryGetQuantaLevelStat Method |
Returns the value of the specified quanta level statistic.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public long GetQuantaLevelStat( QuantaLevelStatistic stat, int quantaIndex )
Public Function GetQuantaLevelStat ( stat As QuantaLevelStatistic, quantaIndex As Integer ) As Long
public: long long GetQuantaLevelStat( QuantaLevelStatistic stat, int quantaIndex )
Parameters
- stat
- Type: SolaceSystems.Solclient.MessagingQuantaLevelStatistic
- quantaIndex
- Type: SystemInt32
Index of the quanta, an integer in [0,NUM_MSG_QUANTA]
Return Value
Type: Int64-1, if it fails
See Also