JAMS Developer Guide
NotificationJob Constructor(String,Boolean)


MVPSI.JAMS Namespace > NotificationJob Class > NotificationJob Constructor : NotificationJob Constructor(String,Boolean)
Create a NotificationJob 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 NotificationJob(jobName, isRelative)
public NotificationJob( 
   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

NotificationJob Class
NotificationJob Members
Overload List