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

Public constructor used to create a new TraceInfo object.

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

Syntax

public TraceInfo(
	long setItems,
	long add,
	long remove
)
Public Sub New ( _
	setItems As Long, _
	add As Long, _
	remove As Long _
)
public:
TraceInfo(
	long long setItems, 
	long long add, 
	long long remove
)

Parameters

setItems
Type: System..::.Int64
The set of absolute trace items for this TraceInfo.
add
Type: System..::.Int64
The set of add trace items for this TraceInfo.
remove
Type: System..::.Int64
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