Click or drag to resize
IBatchHubServiceBatchJobSubmit Method
Submits a batch job to the processing queue. Use this method to submit an inactive job that has been created with the 'deferred submit' option.

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 BatchJobSubmit(
	string jobId,
	string submittedBy
)

Parameters

jobId
Type: SystemString
The batch job ID.
submittedBy
Type: SystemString
The user that has submitted the batch job.

Return Value

Type: ServiceResult
The service result status information.
See Also