JAMS 6.x Help
BatchQueue Class
Members 


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

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.Queue
         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

Send Feedback