dotConnect for DB2 Documentation
Devart.Common Namespace / MonitorTracePoint Enumeration

MonitorTracePoint Enumeration
Determines when DbMonitor.TraceEvent event occurs.
Syntax
'Declaration
 
Public Enum MonitorTracePoint 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
AfterEventOccurs in DbMonitor after some operation is complete.
BeforeEventOccurs in DbMonitor before some operation has started.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Common.MonitorTracePoint

See Also