JAMS Developer Guide
Find(Int32,Server) Method


MVPSI.JAMS Namespace > MethodAT Class > Find Method : Find(Int32,Server) Method
The search specification.
The JAMS Server to search.
Creates and loads a new MethodList.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal methodID As System.Integer, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of MethodAT)
'Usage
 
Dim methodID As System.Integer
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of MethodAT)
 
value = MethodAT.Find(methodID, js)
public static System.Collections.Generic.ICollection<MethodAT> Find( 
   System.int methodID,
   Server js
)

Parameters

methodID
The search specification.
js
The JAMS Server to search.

Return Value

The new MethodList.
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

MethodAT Class
MethodAT Members
Overload List