[TIBCO.EMS .NET Admin client library 6.0 documentation]
Retrieves the current trace buffer of the server.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
Public Function GetTraceBuffer ( _
clear As Boolean _
) As String() |
|
---|
public:
array<String^>^ GetTraceBuffer(
bool clear
) |
Parameters
- clear
- Type: System..::.Boolean
A flag indicating whether or not to
remove the contents of the buffer in the server upon
reading them.
Return Value
A string array containing copies of buffered trace
lines in the server at the time the call was made. Returns null
if the server trace buffer is empty.
Exceptions
See Also