JAMS Developer Guide
Delete(String,String) Method


MVPSI.JAMS Namespace > Job Class > Delete Method : Delete(String,String) Method
Job Name.
Delete the Job definition by Name from the default Server.
Syntax
'Declaration
 
Public Overloads Shared Function Delete( _
   ByVal jobName As System.String, _
   Optional ByVal changeComment As System.String _
) As ValidationLog
'Usage
 
Dim jobName As System.String
Dim changeComment As System.String
Dim value As ValidationLog
 
value = Job.Delete(jobName, changeComment)
public static ValidationLog Delete( 
   System.string jobName,
   System.string changeComment
)

Parameters

jobName
Job Name.
changeComment
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

Job Class
Job Members
Overload List