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: 7.2.0.0 (7.2.7583.15464)
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