Click or drag to resize
IJobApiDeleteJob Method
Deletes a job by ID.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
int DeleteJob(
	int jobId
)

Parameters

jobId
Type: SystemInt32
The ID of job to delete.

Return Value

Type: Int32
Returns number of deleted database rows.
See Also