10.24.0

IMessageSequenceNumber Property

Gets/sets the SequenceNumber. Returns null if not present.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
long? SequenceNumber { get; set; }

Property Value

NullableInt64

Remarks

A sequence number is automatically included (if not already present) in the Solace-defined fields for each message sent if the session property GenerateSequenceNumber is enabled. This method allows the application to retrieve the value that is the SequenceNumber. The SequenceNumber is user-defined, carried end-to-end, and can also be matched in a selector, but otherwise is not relevant to the event broker.

See Also