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

Add the specified trace items to the current list of remove trace items. Any duplicate items will be ignored.

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

Syntax

public void RemoveTraceItems(
	long remove
)
Public Sub RemoveTraceItems ( _
	remove As Long _
)
public:
void RemoveTraceItems(
	long long remove
)

Parameters

remove
Type: System..::.Int64
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