Click or drag to resize

BatchHubServiceWebServiceBatchJobReceive Method

Namespace:  PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient.Proxy
Assembly:  PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public ServiceResult BatchJobReceive(
	string AuthTicket,
	string QueueName,
	bool FilterLane,
	long Lane,
	string WorkerName,
	int Timeout,
	out bool JobReceived,
	out BatchJobInfo Job,
	out string AuthTicketUpdate
)

Parameters

AuthTicket
Type: SystemString
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.WebServiceClient.ProxyBatchJobInfo
AuthTicketUpdate
Type: SystemString

Return Value

Type: ServiceResult
Remarks