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


Creates and loads a new CurDependencyList.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal jobID As System.Integer, _
   ByVal setupID As System.Integer, _
   ByVal jamsEntry As System.Integer, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of CurDependency)
'Usage
 
Dim jobID As System.Integer
Dim setupID As System.Integer
Dim jamsEntry As System.Integer
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of CurDependency)
 
value = CurDependency.Find(jobID, setupID, jamsEntry, js)
public static System.Collections.Generic.ICollection<CurDependency> Find( 
   System.int jobID,
   System.int setupID,
   System.int jamsEntry,
   Server js
)

Parameters

jobID
setupID
jamsEntry
js
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

CurDependency Class
CurDependency Members
Overload List