JAMS Developer Guide
JobLimit Property (Agent)


MVPSI.JAMS Namespace > Agent Class : JobLimit Property
Gets or sets the job limit for the agent
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute()>
<System.ComponentModel.DescriptionAttribute("The maximum number of concurrent jobs to run on this agent.")>
Public Property JobLimit As System.Integer
'Usage
 
Dim instance As Agent
Dim value As System.Integer
 
instance.JobLimit = value
 
value = instance.JobLimit
[System.ComponentModel.Category()]
[System.ComponentModel.Description("The maximum number of concurrent jobs to run on this agent.")]
public System.int JobLimit {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Agent Class
Agent Members