JAMS Developer Guide
BatchQueue Class
Members 


MVPSI.JAMS Namespace : BatchQueue Class
A BatchQueue is a logical queue in which jobs execute. The BatchQueue can control the number of concurrent jobs and the agents that the jobs actually execute on.
Object Model
BatchQueue Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
Public NotInheritable Class BatchQueue 
   Inherits BasePublicObject
   Implements IACL 
'Usage
 
Dim instance As BatchQueue
[System.Runtime.Serialization.DataContract()]
public sealed class BatchQueue : BasePublicObject, IACL  
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.BatchQueue

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

BatchQueue Members
MVPSI.JAMS Namespace