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: 7.2.0.0 (7.2.7583.15464)
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