JAMS Developer Guide
Find Method (JobAT)


MVPSI.JAMS Namespace > JobAT Class : Find Method
Returns a list of Job versions based on jobID
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal jobId As System.Integer, _
   ByVal server As Server _
) As System.Collections.Generic.ICollection(Of JobAT)
'Usage
 
Dim jobId As System.Integer
Dim server As Server
Dim value As System.Collections.Generic.ICollection(Of JobAT)
 
value = JobAT.Find(jobId, server)
public static System.Collections.Generic.ICollection<JobAT> Find( 
   System.int jobId,
   Server server
)

Parameters

jobId
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

JobAT Class
JobAT Members