dotConnect for Zoho CRM Documentation
Devart.Data.Zoho Namespace / ZohoMonitor Class / ZohoMonitor Constructor

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