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;}
public:
property int MaxConcurrentJobs {
int get();
void set ( int value);
}
See Also