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


In This Topic
    PollingInterval Property (Condition)
    In This Topic
    Number of seconds to wait between checks of the condition.
    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 polling interval.
    See Also