Click or drag to resize

IMessagePriority Property

version: 10.21.0
Represents the message priority. The valid value range is 0-255 with 0 as the lowest priority and 255 as the highest. Returns null if not present.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntax
C#
int? Priority { get; set; }

Property Value

Type: NullableInt32
See Also