Solclient
SessionPropertiesCalculateMessageExpiration Property |
When this property is set to true and the message's TimeToLive is set (has a non-zero value), the API updates the
message's Expiration property with the sum of message's Time-To-Live and the UTC timestamp value after it has been sent or received.
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 CalculateMessageExpiration { get; set; }
Public Property CalculateMessageExpiration As Boolean Get Set
public: property bool CalculateMessageExpiration { bool get (); void set (bool value); }
Property Value
Type: BooleanSee Also