[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get or set the maximum amount of memory that will be
allocated to buffering trace statements.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public long TraceBufferSize { get; set; } |
Public Property TraceBufferSize As Long |
public: property long long TraceBufferSize { long long get (); void set (long long value); } |
Return Value
the maximum trace buffer size in bytes.
Remarks
The maximum must at least 512 bytes.
The maximum number of bytes of memory that will be allocated
to holding trace messages. If bytes is 0 then this indicates
buffering is disabled.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | if bytes is less than 512 bytes. |