IMessage.UserCos Property

Solclient

IMessageUserCos Property
version: 7.2.1.27
A setter/getter for User Class of service.

The Class of Service has different semantics for direct and guaranteed messages. For direct messaging, it determines the WRR weight for the message. For guaranteed messaging, it indicates the discard eligibility of the message if the endpoint is congested (see LowPriorityMsgCongestion)

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
UserCos UserCos { get; set; }
Property UserCos As UserCos
	Get
	Set
property UserCos UserCos {
	UserCos get ();
	void set (UserCos value);
}

Property Value

Type: UserCos
See Also