JAMS Developer Guide
Find Method (Agent)


MVPSI.JAMS Namespace > Agent Class : Find Method
Returns a list of Agents that match the specified Agent name.
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal agentName As System.String, _
   ByVal js As Server _
) As System.Collections.Generic.IEnumerable(Of Agent)
'Usage
 
Dim agentName As System.String
Dim js As Server
Dim value As System.Collections.Generic.IEnumerable(Of Agent)
 
value = Agent.Find(agentName, js)
public static System.Collections.Generic.IEnumerable<Agent> Find( 
   System.string agentName,
   Server js
)

Parameters

agentName
js

Return Value

A list of Agents
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