Error processing SSI file
LEADTOOLS Job Processor (Leadtools.Services.JobProcessor.DataContracts assembly)

Show in webframe

FailureInformation Property






Gets or sets the FailureInformation for the specified job.
Syntax
public FailureInformation FailureInformation {get; set;}
'Declaration
 
Public Property FailureInformation As FailureInformation
'Usage
 
Dim instance As JobInformation
Dim value As FailureInformation
 
instance.FailureInformation = value
 
value = instance.FailureInformation

            

            
public:
property FailureInformation^ FailureInformation {
   FailureInformation^ get();
   void set (    FailureInformation^ value);
}

Property Value

The FailureInformation for the specified job.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

JobInformation Class
JobInformation Members
Programming with the LEADTOOLS Distributed Computing (Job Processor) SDK
Creating Job Processor Worker Assemblies
Understanding The LEADTOOLS Job Processor Database
GetJobInformation Method
SetFailureStatus Method

Error processing SSI file