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

Get the calculated set of trace items.

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

Syntax

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

Return Value

the calculated set of trace items.

Remarks

This is calculated by taking the absolute set of trace items, adding the set of add trace items, and then removing the set of remove trace items.

See Also