[TIBCO.EMS .NET Admin client library 6.3 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 Function hasItems ( _
traceItems As Long _
) As Boolean |
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