Solclient
SessionPropertiesGenerateSendTimestamps Property |
When enabled, a send timestamp is automatically generated as a message property 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 GenerateSendTimestamps { get; set; }
Public Property GenerateSendTimestamps As Boolean Get Set
public: property bool GenerateSendTimestamps { bool get (); void set (bool value); }
Property Value
Type: BooleanSee Also