UserCos Enumeration

Solclient

UserCos Enumeration
version: 7.2.1.27
Defines the possible Class of Service level of a given message.

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
public enum UserCos
Public Enumeration UserCos
public enum class UserCos
Members
  Member nameValueDescription
Cos10 The Default class of service for published messages, it represents the lowest value.
Cos21 The middle class of service value.

For guaranteed messaging, it is reserved for future use and is treated thes same as Cos1.

Cos32 The highest class of service value.
See Also