JAMS 6.x Help
Find Method (ICurDependencySQL)


Creates and load a CurDependencyList.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
Function Find( _
   ByVal jobID As System.Integer, _
   ByVal setupID As System.Integer, _
   ByVal jamsEntry As System.Integer _
) As System.Collections.Generic.ICollection(Of CurDependency)
'Usage
 
Dim instance As ICurDependencySQL
Dim jobID As System.Integer
Dim setupID As System.Integer
Dim jamsEntry As System.Integer
Dim value As System.Collections.Generic.ICollection(Of CurDependency)
 
value = instance.Find(jobID, setupID, jamsEntry)
[System.ServiceModel.OperationContract()]
System.Collections.Generic.ICollection<CurDependency> Find( 
   System.int jobID,
   System.int setupID,
   System.int jamsEntry
)

Parameters

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

ICurDependencySQL Interface
ICurDependencySQL Members