[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Add the specified trace items to the current list of add trace items.
Namespace:
TIBCO.EMS.ADMINAssembly: 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.