Click or drag to resize

IBatchHubServiceBatchJobGetDetails Method

Retrieves detail information for a batch job.

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

Parameters

jobId
Type: SystemString
The batch job ID.
job
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobInfo
The batch job basic data.
properties
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobPropertyInfo
The batch job property values.

Return Value

Type: ServiceResult
The service result status information.
See Also