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

Add the specified trace items to the current list of add trace items.

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

Syntax

public void AddTraceItems(
	long add
)
Public Sub AddTraceItems ( _
	add As Long _
)
public:
void AddTraceItems(
	long long add
)

Parameters

add
Type: System..::.Int64
The set of trace items to append to the list of add trace items. Can be a single TRACE_* constant or a set of TRACE_* constants combined with the binary OR operator (|).

Remarks

Any duplicate items will be ignored. To reset the list of add trace items, call ClearAddTraceItems() first.

See Also