IBatchHubServiceBatchJobSwitchLane Method |
Switches a job to another lane.
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 BatchJobSwitchLane(
string jobId,
long lane
)
Parameters
- jobId
- Type: SystemString
The batch job ID. - lane
- Type: SystemInt64
The new lane number.
Return Value
Type:
ServiceResultThe service result status information.
See Also