JAMS 6.x Help
Find(Int32,StateType,Server) Method


JAMSEntry number.
StateType enum.
JAMS Server.
Creates and loads a CurJobList collection.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal jamsEntry As System.Integer, _
   ByVal jobState As StateType, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of CurJob)
'Usage
 
Dim jamsEntry As System.Integer
Dim jobState As StateType
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of CurJob)
 
value = CurJob.Find(jamsEntry, jobState, js)
public static System.Collections.Generic.ICollection<CurJob> Find( 
   System.int jamsEntry,
   StateType jobState,
   Server js
)

Parameters

jamsEntry
JAMSEntry number.
jobState
StateType enum.
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

CurJob Class
CurJob Members
Overload List