Click or drag to resize

IBatchHubServiceBatchJobGetTableProperties Method

Retrieves batch job table property values.

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 BatchJobGetTableProperties(
	string jobId,
	out BatchJobTablePropertyRowInfo[] tablePropertyRows
)

Parameters

jobId
Type: SystemString
The batch job ID.
tablePropertyRows
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobTablePropertyRowInfo
A list of table property rows.

Return Value

Type: ServiceResult
The service result status information.
See Also