Click or drag to resize

BatchHubServiceDatabaseClientBatchJobQuery Method

Namespace:  PDTec.IceNet.Domain.BatchHub.Service.DatabaseClient
Assembly:  PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public ServiceResult BatchJobQuery(
	BatchJobFilterInfo filter,
	BatchJobQueryFieldInfo[] fields,
	int maxResults,
	out BatchJobQueryResultRowInfo[] rows
)

Parameters

filter
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobFilterInfo
fields
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobQueryFieldInfo
maxResults
Type: SystemInt32
rows
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobQueryResultRowInfo

Return Value

Type: ServiceResult

Implements

IBatchHubServiceBatchJobQuery(BatchJobFilterInfo, BatchJobQueryFieldInfo, Int32, BatchJobQueryResultRowInfo)
See Also