JAMS Developer Guide
Find Method (AgentRef)


MVPSI.JAMS Namespace > AgentRef Class : Find Method
Agent ID
JAMS Server
Creates and loads a new AgentRefList.
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal queryAgentID As System.Integer, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of AgentRef)
'Usage
 
Dim queryAgentID As System.Integer
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of AgentRef)
 
value = AgentRef.Find(queryAgentID, js)
public static System.Collections.Generic.ICollection<AgentRef> Find( 
   System.int queryAgentID,
   Server js
)

Parameters

queryAgentID
Agent ID
js
JAMS Server
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

AgentRef Class
AgentRef Members