ContextFactoryProperties.MaxPoolMemory Property

Solclient

ContextFactoryPropertiesMaxPoolMemory Property
version: 7.2.1.27
The maximum amount of memory the API can save in its data and message pools. Once it reaches this size, datablocks are released back to heap and are not kept in a API pool. Default: 1073741824 bytes

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

Property Value

Type: Int64
See Also