JAMS Developer Guide
ChangeAgentType Method


MVPSI.JAMS Namespace > Agent Class : ChangeAgentType Method
Updates the Agent's properties after its Type has been changed. Properties of the old type are replaced by properties of the new type with any common values being retained.
Syntax
'Declaration
 
Public Sub ChangeAgentType( _
   ByVal typeName As System.String _
) 
'Usage
 
Dim instance As Agent
Dim typeName As System.String
 
instance.ChangeAgentType(typeName)
public void ChangeAgentType( 
   System.string typeName
)

Parameters

typeName
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