BatchHubServiceWebServiceClientBatchJobReceive Method |
Namespace:
PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient
Assembly:
PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public ServiceResult BatchJobReceive(
string queueName,
bool filterLane,
long lane,
string workerName,
int timeout,
out bool jobReceived,
out BatchJobInfo job
)
Parameters
- queueName
- Type: SystemString
- filterLane
- Type: SystemBoolean
- lane
- Type: SystemInt64
- workerName
- Type: SystemString
- timeout
- Type: SystemInt32
- jobReceived
- Type: SystemBoolean
- job
- Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobInfo
Return Value
Type:
ServiceResultImplements
IBatchHubServiceBatchJobReceive(String, Boolean, Int64, String, Int32, Boolean, BatchJobInfo)See Also