Click or drag to resize

ContextFactoryGetQuantaLevelStat Method

version: 10.22.0
Returns the value of the specified quanta level statistic.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
C#
public 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