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

Get or set the trace settings that determine what will be logged to the server trace buffer.

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

Syntax

public TraceInfo TraceBufferTraceInfo { get; set; }
Public Property TraceBufferTraceInfo As TraceInfo
public:
property TraceInfo^ TraceBufferTraceInfo {
	TraceInfo^ get ();
	void set (TraceInfo^ value);
}

Return Value

a TraceInfo object representing the current buffer trace settings.

Remarks

This method does not copy the TraceInfo object. Therefore, to modify the trace settings, one needs to modify the TraceInfo object returned by this method and save the ServerInfo object.

See Also