[TIBCO.EMS .NET Admin client library 5.1 documentation]
The TraceInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TraceInfo | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| AddTraceItems | Add the specified trace items to the current list of add trace items.
| |
| ClearAddTraceItems | Clear the set of add trace items so that it is empty. | |
| ClearAllTraceItems | Clear the set of absolute, add, and remove trace items so the object is essentially empty. | |
| ClearRemoveTraceItems | Clear the set of remove trace items so that it is empty. | |
| ClearSetTraceItems | Clear the set of absolute trace items so that it is empty. | |
| Equals | ||
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| hasItems | Determine if a set of trace items will be logged based on the setting in
this TraceInfo.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveTraceItems | Add the specified trace items to the current list of remove trace items. Any duplicate items
will be ignored.
| |
| ToString | Generate a string representation of this TraceInfo.
(Overrides Object..::.ToString()()().) |
Fields
Properties
| Name | Description | |
|---|---|---|
| AllTraceItems | Get the calculated set of trace items.
| |
| TraceAddItems | Get the set of add trace items.
| |
| TraceItems | Set the absolute trace items for this TraceInfo.
| |
| TraceRemoveItems | Get the set of remove trace items.
| |
| TraceSetItems | Get the set of absolute trace items.
|