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