←Select platform

FailureInformation Class

Summary

Provides detailed information related to a job error.

Syntax

C#
VB
C++
[DataContractAttribute(Namespace="http://Leadtools.Services.JobProcessor.DataContracts/2010/01", Name="FailureInformation")] 
public class FailureInformation 
  
<DataContractAttribute()> 
Public Class FailureInformation  
[DataContractAttribute()] 
public ref class FailureInformation  

Remarks

This class will only contain valid information if the job status is JobStatus.Failed Use the IJobService.GetJobInformation method to obtain the failure information for a job. A job is considered to have failed when the worker assembly calls SetFailureStatus and the status is set to JobStatus.Failed.

Example

For an example, refer to IJobService.GetJobInformation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly