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;}
    Remarks
    Set to System.TimeSpan.Zero to use the default polling interval.
    See Also