JAMS Developer Guide
Agent Class
Members 


MVPSI.JAMS Namespace : Agent Class
The Agent class defines and identifies a machine where JAMS can execute jobs. Agents can be any type of computer, they are not limited to Windows or Linux. Some of the properties of an agent are dynamic and will only contain values when the JAMS Scheduler is up and running.
Object Model
Agent Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
<System.ComponentModel.TypeDescriptionProviderAttribute("MVPSI.JAMS.DynamicPropertiesTypeDescriptionProvider`1[[MVPSI.JAMS.Agent, JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2]], JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")>
Public NotInheritable Class Agent 
   Inherits BasePublicObject
   Implements IACL 
'Usage
 
Dim instance As Agent
[System.Runtime.Serialization.DataContract()]
[System.ComponentModel.TypeDescriptionProvider("MVPSI.JAMS.DynamicPropertiesTypeDescriptionProvider`1[[MVPSI.JAMS.Agent, JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2]], JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")]
public sealed class Agent : BasePublicObject, IACL  
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.Agent

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 Members
MVPSI.JAMS Namespace