JAMS 6.x Help
SetupJob Constructor(Job)


Create a SetupJob when we already have a Job
Syntax
'Declaration
 
Public Function New( _
   ByVal theJob As Job _
)
'Usage
 
Dim theJob As Job
 
Dim instance As New SetupJob(theJob)
public SetupJob( 
   Job theJob
)

Parameters

theJob
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

SetupJob Class
SetupJob Members
Overload List