JAMS 6.x Help
HostLocally Property


When set to true, the host process is always executed locally, the host is responsible for making the hop to the remote agent machine. This is designed to be used by hosts which implement custom agents such as the SSH host.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlAttributeAttribute("hostLocally")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property HostLocally As System.Boolean
'Usage
 
Dim instance As Method
Dim value As System.Boolean
 
instance.HostLocally = value
 
value = instance.HostLocally
[System.Xml.Serialization.XmlAttribute("hostLocally")]
[System.ComponentModel.DefaultValue()]
public System.bool HostLocally {get; set;}
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

Method Class
Method Members