Click or drag to resize

IBatchHubServiceBatchJobReadLog Method

Reads text from the batch job log.

Namespace:  PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly:  PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
ServiceResult BatchJobReadLog(
	string jobId,
	out string logText
)

Parameters

jobId
Type: SystemString
The batch job ID.
logText
Type: SystemString
The batch job log text.

Return Value

Type: ServiceResult
The service result status information.
See Also