dotConnect for Dynamics 365 Documentation
Devart.Common Namespace / MonitorEventType Enumeration

MonitorEventType Enumeration
Describes type of the current DbMonitor event.
Syntax
'Declaration
 
Public Enum MonitorEventType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
ActivateInPoolApplication takes a connection from the pool.
BeginTransactionApplication begins a transaction (local or distributed) against a data source.
CommitApplication executes COMMIT statement against a data source.
ConnectApplication opens a connection to a data source.
CustomApplication executes any user defined statement against a data source.
DisconnectApplication closes connection to a data source.
ErrorData source returns an error message.
ExecuteApplication executes a statement against a data source.
PrepareApplication prepares an execute statement.
ReturnToPoolApplication returns a connection to the pool.
RollbackApplication executes ROLLBACK statement against a data source.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Common.MonitorEventType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also