IBatchHubServiceBatchJobResubmit Method |
Resubmits an already processed or completed 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 BatchJobResubmit(
string jobId,
string submittedBy
)
Parameters
- jobId
- Type: SystemString
The batch job ID. - submittedBy
- Type: SystemString
The user that has resubmitted the batch job.
Return Value
Type:
ServiceResultThe service result status information.
See Also