JAMS Developer Guide
Load(Agent,String) Method


MVPSI.JAMS Namespace > Agent Class > Load Method : Load(Agent,String) Method
Agent definition.
The name of the Agent to load.
Load the Agent with the specified name from the current JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef agent As Agent, _
   ByVal agentName As System.String _
) 
'Usage
 
Dim agent As Agent
Dim agentName As System.String
 
Agent.Load(agent, agentName)
public static void Load( 
   out Agent agent,
   System.string agentName
)

Parameters

agent
Agent definition.
agentName
The name of the Agent to load.
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