[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get or set the maximum amount of memory that will be allocated to collecting
statistics.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public long MaxStatisticsMemory { get; set; } |
Public Property MaxStatisticsMemory As Long |
public: property long long MaxStatisticsMemory { long long get (); void set (long long value); } |
Return Value
the maximum statistics memory in bytes.
Remarks
The maximum must at least 64KB.
The maximum number of bytes of memory that will be allocated
to gathering detailed statistics. If bytes is 0 then this indicates no
limit.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | if bytes is less than 64KB. |