dotConnect for FreshBooks Documentation
Devart.Data.FreshBooks Namespace / FreshBooksMonitor Class / FreshBooksMonitor Constructor

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