dotConnect for SugarCRM Documentation
Devart.Data.Sugar Namespace / SugarMonitor Class / SugarMonitor Constructor

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