adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / ResourceWaitLimit Property


In This Topic
    ResourceWaitLimit Property
    In This Topic
    Maximum time to wait for resources to be available when running the job
    Syntax
    'Declaration
     
    
    <ReservedForFutureUseAttribute()>
    Public Property ResourceWaitLimit As Integer
    [ReservedForFutureUse()]
    public int ResourceWaitLimit {get; set;}
    [ReservedForFutureUse()]
    public:
    property int ResourceWaitLimit {
       int get();
       void set (    int value);
    }
    See Also