adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileTrigger Class / PollingInterval Property


In This Topic
    PollingInterval Property (FileTrigger)
    In This Topic
    Interval (in seconds) to poll for changes
    Syntax
    'Declaration
     
    
    Public Property PollingInterval As Integer
    public int PollingInterval {get; set;}
    public:
    property int PollingInterval {
       int get();
       void set (    int value);
    }
    Remarks
    Set to 0 to use the default value (60 seconds). Minimum value is 5 seconds. Values lower than 30 seconds may cause performance issues depending on server load, number of files to scan, network conditions, etc.
    See Also