| IBatchHubServiceBatchJobReadAttachment Method  | 
	
            Retrieves the content of a batch job attachment.	                
            
 
Namespace: PDTec.IceNet.Domain.BatchHub.Service.InterfaceAssembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxServiceResult 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