Deletes a job by ID.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax int DeleteJob(
int jobId
)
Function DeleteJob (
jobId As Integer
) As Integer
int DeleteJob(
int jobId
)
abstract DeleteJob :
jobId : int -> int
Parameters
- jobId
- Type: SystemInt32
The ID of job to delete.
Return Value
Type:
Int32Returns number of deleted database rows.
See Also