Click or drag to resize

IBatchHubServiceBatchJobSetProperties Method

Sets batch job 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 BatchJobSetProperties(
	string jobId,
	BatchJobPropertyInfo[] properties
)

Parameters

jobId
Type: SystemString
The batch job ID.
properties
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobPropertyInfo
A list of property values to be set. Request a property template to get all available properties for the queue.

Return Value

Type: ServiceResult
The service result status information.
See Also