JAMS Developer Guide
PrecheckJob Constructor(Job,Boolean)


MVPSI.JAMS Namespace > PrecheckJob Class > PrecheckJob Constructor : PrecheckJob Constructor(Job,Boolean)
Create a PrecheckJob element with the specified job.
Syntax
'Declaration
 
Public Function New( _
   ByVal job As Job, _
   Optional ByVal isRelative As System.Boolean _
)
'Usage
 
Dim job As Job
Dim isRelative As System.Boolean
 
Dim instance As New PrecheckJob(job, isRelative)
public PrecheckJob( 
   Job job,
   System.bool isRelative
)

Parameters

job
isRelative
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

PrecheckJob Class
PrecheckJob Members
Overload List