IBatchHubServiceBatchJobAppendLog Method |
Appends text to the batch job log.
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 BatchJobAppendLog(
string jobId,
string logText
)
Parameters
- jobId
- Type: SystemString
The batch job ID. - logText
- Type: SystemString
The text to be written to the batch job log.
Return Value
Type:
ServiceResultThe service result status information.
See Also