JAMS Developer Guide
AgentPlatform Enumeration


MVPSI.JAMS.Host Namespace : AgentPlatform Enumeration
Defines the supported platforms. Mirrored from JAMSShr.AgentPlatform
Syntax
'Declaration
 
Public Enum AgentPlatform 
   Inherits System.Enum
'Usage
 
Dim instance As AgentPlatform
public enum AgentPlatform : System.Enum 
Members
MemberDescription
AmazonAmazon file transfer Agent.
AS400AS/400 (iSeries) based Agent.
AzureAzure file transfer Agent.
LinuxUnix
OpenVMSOpenVMS based Agent.
UnixUnix
UnknownUnknown
WindowsWindows Service based Agent
ZOSMainframe.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.Host.AgentPlatform

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

MVPSI.JAMS.Host Namespace