Click or drag to resize
IBatchHubServiceBatchJobQuery Method
Performs a batch job (search) query with specified filter criteria and returns specified fields of the query result.

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 BatchJobQuery(
	BatchJobFilterInfo filter,
	BatchJobQueryFieldInfo[] fields,
	int maxResults,
	out BatchJobQueryResultRowInfo[] rows
)

Parameters

filter
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobFilterInfo
The filter criteria.
fields
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobQueryFieldInfo
The query result fields.
maxResults
Type: SystemInt32
The maximum number of results to be retrieved.
rows
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobQueryResultRowInfo
A list of query result rows.

Return Value

Type: ServiceResult
The service result status information.
See Also