Click or drag to resize
IBatchHubServiceBatchJobGetProperties Method
Retrieves batch job property values.

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 BatchJobGetProperties(
	string jobId,
	out BatchJobPropertyInfo[] properties
)

Parameters

jobId
Type: SystemString
The batch job ID.
properties
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobPropertyInfo
A list of batch job property values.

Return Value

Type: ServiceResult
The service result status information.
See Also