adTempus API
ArcanaDevelopment.adTempus.Client Namespace / QueueAgentJoin Class / MaxConcurrentJobs Property

In This Topic
    MaxConcurrentJobs Property (QueueAgentJoin)
    In This Topic
    The maximum number of jobs that can run concurrently on this agent for this queue.
    Syntax
    'Declaration
     
    
    Public Property MaxConcurrentJobs As Integer
    public int MaxConcurrentJobs {get; set;}
    Remarks
    Set to 0 for no limit.
    See Also