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

In This Topic
    WaitLimit Property (Condition)
    In This Topic
    Time to wait for the condition to be satisfied.
    Syntax
    'Declaration
     
    
    Public Property WaitLimit As TimeSpan
    public TimeSpan WaitLimit {get; set;}
    Remarks
    Set to ArcanaDevelopment.adTempus.Shared.Wait.NoWait to not wait for the condition to be satisfied, or ArcanaDevelopment.adTempus.Shared.Wait.Infinite to wait until the condition is satisfied or the job is canceled
    See Also