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


In This Topic
    PollingInterval Property (Condition)
    In This Topic
    Time to wait between checks of the condition.
    Syntax
    'Declaration
     
    
    Public Property PollingInterval As TimeSpan
    public TimeSpan PollingInterval {get; set;}
    public:
    property TimeSpan PollingInterval {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    Remarks
    Set to System.TimeSpan.Zero to use the default polling interval.
    See Also