JAMS Developer Guide
Delete(String) Method


MVPSI.JAMS Namespace > Job Class > Delete Method : Delete(String) Method
Delete the Job definition.
Syntax
'Declaration
 
Public Overloads Function Delete( _
   Optional ByVal changeComment As System.String _
) As ValidationLog
'Usage
 
Dim instance As Job
Dim changeComment As System.String
Dim value As ValidationLog
 
value = instance.Delete(changeComment)
public ValidationLog Delete( 
   System.string changeComment
)

Parameters

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