[TIBCO.EMS .NET Admin client library 8.1 documentation]

Get the value of the msg_pool_size setting.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public long MessagePoolSize { get; }
Public ReadOnly Property MessagePoolSize As Long
public:
property long long MessagePoolSize {
	long long get ();
}

Return Value

the value of the setting or 0 if not enabled.

See Also