CacheSessionProperties.MaxMessageAgeInSecs Property

Solclient

CacheSessionPropertiesMaxMessageAgeInSecs Property
version: 7.2.1.27
The age (in seconds) of the oldest message to retrieve from the cache. Default: 0 scecs

Namespace: SolaceSystems.Solclient.Messaging.Cache
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int MaxMessageAgeInSecs { get; set; }
Public Property MaxMessageAgeInSecs As Integer
	Get
	Set
public:
property int MaxMessageAgeInSecs {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also