Click or drag to resize
IBatchHubServiceBatchJobAddDependencies Method
Adds dependencies to a job.

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 BatchJobAddDependencies(
	string jobId,
	string[] dependencies
)

Parameters

jobId
Type: SystemString
The batch job ID.
dependencies
Type: SystemString
IDs of jobs that must be completed successfully before this job can be processed.

Return Value

Type: ServiceResult
The service result status information.
See Also