dotConnect for PostgreSQL Documentation
Devart.Common Namespace / MonitorTracePoint Enumeration

In This Topic
    MonitorTracePoint Enumeration
    In This Topic
    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