Click or drag to resize
IBatchHubServiceBatchJobAddAttachment Method
Creates an attachment.

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 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