JAMS Developer Guide
Resource Class
Members 


MVPSI.JAMS Namespace : Resource Class
Object Model
Resource Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
Public NotInheritable Class Resource 
   Inherits BasePublicObject
   Implements IACL 
'Usage
 
Dim instance As Resource
[System.Runtime.Serialization.DataContract()]
public sealed class Resource : BasePublicObject, IACL  
Remarks
JAMS Resource definition. Resources are defined and maintained through this class, and must later be assigned to Systems, Jobs, and Setups in order to be effective. The Scheduler will not permit a Job to run if it's resources (called Requirements) are not available, it will release the Job once the Job's Requirements become available.
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.Resource

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

Resource Members
MVPSI.JAMS Namespace