TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library |
|
TraceInfo.RemoveTraceItems Method
Add the specified trace items to the current list of remove trace items. Any duplicate items will be ignored.
public
void RemoveTraceItems(
long remove);
Parameters
-
remove
- The set of trace items to append to the list of remove trace items. Can be a single TRACE_* constant or a set of TRACE_* constants combined with the binary OR operator (|).
Remarks
To reset the list of remove trace items, call ClearRemoveTraceItems() first.
See Also
TraceInfo Class | TIBCO.EMS.ADMIN Namespace