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

Determine if a set of trace items will be logged based on the setting in this TraceInfo.

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

Syntax

public bool hasItems(
	long traceItems
)
Public Function hasItems ( _
	traceItems As Long _
) As Boolean
public:
bool hasItems(
	long long traceItems
)

Parameters

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

Return Value

true if the TraceInfo object has all of the items set, false otherwise.

See Also