IBatchHubServiceBatchJobDelete Method |
Deletes a batch job.
Namespace: PDTec.IceNet.Domain.BatchHub.Service.InterfaceAssembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxServiceResult BatchJobDelete(
string jobId,
BatchJobStatus status
)
Parameters
- jobId
- Type: SystemString
The batch job ID. - status
- Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobStatus
The expected job status. The batch job is only deleted if the current status matches the [Status] parameter. This is to prevent jobs from being accidentially deleted under wrong assumptions.
Return Value
Type:
ServiceResultThe service result status information.
See Also