Click or drag to resize
BatchHubServiceWebServiceClientBatchJobReadAttachment Method

Namespace: PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient
Assembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public ServiceResult BatchJobReadAttachment(
	string jobId,
	string attachmentName,
	out byte[] attachmentContent
)

Parameters

jobId
Type: SystemString
attachmentName
Type: SystemString
attachmentContent
Type: SystemByte

Return Value

Type: ServiceResult

Implements

IBatchHubServiceBatchJobReadAttachment(String, String, Byte)
See Also