Click or drag to resize
BatchHubServiceWebServiceClientBatchJobQuery Method

Namespace: PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient
Assembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
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