JAMS Developer Guide
Delete(String,Server,String) Method


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

Parameters

jobName
Job Name.
js
JAMS Server.
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