ContextFactory.GetMessageLevelStat Method

Solclient

ContextFactoryGetMessageLevelStat Method
version: 7.2.1.27
Returns the value of the specified message 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 GetMessageLevelStat(
	MessageLevelStatistic stat
)
Public Function GetMessageLevelStat ( 
	stat As MessageLevelStatistic
) As Long
public:
long long GetMessageLevelStat(
	MessageLevelStatistic stat
)

Parameters

stat
Type: SolaceSystems.Solclient.MessagingMessageLevelStatistic
MessageLevelStatistic

Return Value

Type: Int64
-1, if it fails
See Also