SessionProperties.GenerateReceiveTimestamps Property

Solclient

SessionPropertiesGenerateReceiveTimestamps Property
version: 7.2.1.27
When enabled, a receive timestamp is recorded for each message and passed back as a property of IMessage. 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 GenerateReceiveTimestamps { get; set; }
Public Property GenerateReceiveTimestamps As Boolean
	Get
	Set
public:
property bool GenerateReceiveTimestamps {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also