JAMS Developer Guide
Find(String,Server) Method


MVPSI.JAMS Namespace > Job Class > Find Method : Find(String,Server) Method
Job name search specification. Wildcards are allowed.
The JAMS Server to search.
Returns a collection of jobs matching the given search string.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal jobName As System.String, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of Job)
'Usage
 
Dim jobName As System.String
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of Job)
 
value = Job.Find(jobName, js)
public static System.Collections.Generic.ICollection<Job> Find( 
   System.string jobName,
   Server js
)

Parameters

jobName
Job name search specification. Wildcards are allowed.
js
The JAMS Server to search.

Return Value

The new list of jobs.
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

Job Class
Job Members
Overload List