dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniMonitor Class / UniMonitor Constructor

In This Topic
    UniMonitor Constructor
    In This Topic
    Initializes a new instance of the UniMonitor class.
    Syntax
    'Declaration
     
    Public Function New()
    public UniMonitor()
    Remarks
    The base constructor initializes all fields to their default values. To activate monitoring after UniMonitor construction set IsActive property to true. To disable monitoring set this property to false. Monitoring will be automatically deactivated after UniMonitor instance destruction.
    See Also