JAMS Developer Guide
Local Property (Agent)


MVPSI.JAMS Namespace > Agent Class : Local Property
Returns true if the agent is the machine that's running the JAMSScheduler.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Dynamic")>
<System.ComponentModel.DescriptionAttribute("This property is set to true when the agent is also the machine that is running the JAMS Scheduler.")>
<System.Runtime.Serialization.DataMemberAttribute()>
<System.ComponentModel.ReadOnlyAttribute(True)>
Public ReadOnly Property Local As System.Boolean
'Usage
 
Dim instance As Agent
Dim value As System.Boolean
 
value = instance.Local
[System.ComponentModel.Category("Dynamic")]
[System.ComponentModel.Description("This property is set to true when the agent is also the machine that is running the JAMS Scheduler.")]
[System.Runtime.Serialization.DataMember()]
[System.ComponentModel.ReadOnly(true)]
public System.bool Local {get;}
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