IBatchHubServiceBatchJobDelete Method |
Deletes a batch job.
Namespace:
PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly:
PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax ServiceResult 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