JAMS Developer Guide
Load(Agent,Int32,Server) Method


MVPSI.JAMS Namespace > Agent Class > Load Method : Load(Agent,Int32,Server) Method
Agent definition.
The ID of the Agent to load.
The JAMS Server to load from.
Load the Agent with the specified Agent ID from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef agent As Agent, _
   ByVal agentID As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim agent As Agent
Dim agentID As System.Integer
Dim js As Server
 
Agent.Load(agent, agentID, js)
public static void Load( 
   out Agent agent,
   System.int agentID,
   Server js
)

Parameters

agent
Agent definition.
agentID
The ID of the Agent to load.
js
The JAMS Server to load from.
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
Overload List