JAMS Developer Guide
RecoveryJob Constructor(String,Boolean)


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

Parameters

jobName
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

RecoveryJob Class
RecoveryJob Members
Overload List