HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Plugin Class / AutoSaveTimeout Property

In This Topic
    AutoSaveTimeout Property
    In This Topic
    Gets or sets the interval, in minutes, after which log files are to be saved automatically.
    Syntax
    'Declaration
     
    Public Property AutoSaveTimeout As Integer
    public int AutoSaveTimeout {get; set;}
    Remarks

    This property allows you to setup automatic recording so that long files are saved at regular intervals.

    Use a value of zero to only save the log files when the browser closes.

    This property has no effect unless AutoRecord and AutoSave are set to true.

    Requirements
     
    See Also