Solclient
SessionPropertiesGenerateSequenceNumber Property |
When enabled, a sequence number is automatically included in the Solace-defined fields for each message sent.
Default: false
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public bool GenerateSequenceNumber { get; set; }
Public Property GenerateSequenceNumber As Boolean Get Set
public: property bool GenerateSequenceNumber { bool get (); void set (bool value); }
Property Value
Type: BooleanSee Also