10.24.0

ContextFactoryGetQuantaLevelStat Method

Returns the value of the specified quanta level statistic.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public long GetQuantaLevelStat(
	QuantaLevelStatistic stat,
	int quantaIndex
)

Parameters

stat  QuantaLevelStatistic
quantaIndex  Int32
Index of the quanta, an integer in [0,NUM_MSG_QUANTA]

Return Value

Int64
-1, if it fails

See Also