Click or drag to resize

IBatchHubServiceBatchJobAddAttachment Method

Adds a named attachment to the job. If an attachment with the same name already exists, it will be replaced.

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 BatchJobAddAttachment(
	string jobId,
	BatchJobAttachmentCreateInfo attachment
)

Parameters

jobId
Type: SystemString
The batch job ID.
attachment
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobAttachmentCreateInfo
The attachment information to be added to the batch job.

Return Value

Type: ServiceResult
The service result status information.
See Also