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


Job Name.
Job States.
JAMS Server.
Creates and loads a CurJobList collection.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal jobName As System.String, _
   ByVal jobState As StateType, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of CurJob)
'Usage
 
Dim jobName As System.String
Dim jobState As StateType
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of CurJob)
 
value = CurJob.Find(jobName, jobState, js)
public static System.Collections.Generic.ICollection<CurJob> Find( 
   System.string jobName,
   StateType jobState,
   Server js
)

Parameters

jobName
Job Name.
jobState
Job States.
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