TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

TraceInfo Constructor (Int64, Int64, Int64)

Public constructor used to create a new TraceInfo object.

public TraceInfo(
   long setItems,
   long add,
   long remove
);

Parameters

setItems
add
The set of add trace items for this TraceInfo.
remove
The set of remove trace items for this TraceInfo.

Remarks

The values passed to this constructor can be a single TRACE_* constant or a set of TRACE_* constants combined with the binary OR operator (|).

See Also

TraceInfo Class | TIBCO.EMS.ADMIN Namespace | TraceInfo Constructor Overload List