Click or drag to resize
IBatchHubServiceBatchWorkerGetList Method
Retrieves the list of workers.

Namespace: PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
ServiceResult BatchWorkerGetList(
	out List<BatchWorkerInfo> workers
)

Parameters

workers
Type: System.Collections.GenericListBatchWorkerInfo
The list of workers.

Return Value

Type: ServiceResult
The service result status information.
See Also