IBatchHubServiceBatchJobReadAttachment Method |
Retrieves the content of a batch job attachment.
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 ServiceResult BatchJobReadAttachment(
string jobId,
string attachmentName,
out byte[] attachmentContent
)
Parameters
- jobId
- Type: SystemString
The batch job ID. - attachmentName
- Type: SystemString
The attachment name. - attachmentContent
- Type: SystemByte
The attachment content.
Return Value
Type:
ServiceResultThe service result status information.
See Also