JAMS Developer Guide
BatchQueueAgent Constructor(String,Int32)


MVPSI.JAMS Namespace > BatchQueueAgent Class > BatchQueueAgent Constructor : BatchQueueAgent Constructor(String,Int32)
Creates a new QueueAgent with the specified agent name.
Syntax
'Declaration
 
Public Function New( _
   ByVal agentName As System.String, _
   ByVal agentId As System.Integer _
)
'Usage
 
Dim agentName As System.String
Dim agentId As System.Integer
 
Dim instance As New BatchQueueAgent(agentName, agentId)
public BatchQueueAgent( 
   System.string agentName,
   System.int agentId
)

Parameters

agentName
agentId
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

BatchQueueAgent Class
BatchQueueAgent Members
Overload List