Click or drag to resize

FlowTracer Class

Can be used to TRACE flow through a process.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatFlowTracer

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class FlowTracer : IDisposable

The FlowTracer type exposes the following members.

Constructors
  NameDescription
Public methodFlowTracer
Initializes a new instance of the FlowTracer class.
Public methodFlowTracer(String)
Initializes a new instance of the FlowTracer class.
Public methodFlowTracer(ILog)
Initializes a new instance of the FlowTracer class.
Public methodFlowTracer(ILog, String)
Initializes a new instance of the FlowTracer class.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Top
See Also