'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