JAMS 6.x Help
Find Method (JobAT)


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

Parameters

job_id
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

Send Feedback