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


In This Topic
    PollingInterval Property (FileTrigger)
    In This Topic
    The interval at which to poll for file changes.
    Syntax
    'Declaration
     
    
    Public Property PollingInterval As TimeSpan
    public TimeSpan PollingInterval {get; set;}
    public:
    property TimeSpan PollingInterval {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    Remarks
    Specify System.TimeSpan.Zero to use the default polling interval. The minimum interval is 5 seconds but intervals below 30 seconds may cause performance issues.
    See Also