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

Show in webframe

Attempts Property






Gets or sets a value indicating the numbers of times a job has been attempted for processing.
Syntax
public int Attempts {get; set;}
'Declaration
 
Public Property Attempts As Integer
'Usage
 
Dim instance As JobInformation
Dim value As Integer
 
instance.Attempts = value
 
value = instance.Attempts

            

            
public:
property int Attempts {
   int get();
   void set (    int value);
}

Property Value

A System.Int32 that represents the number of times a job has been attempted for processing.
Remarks
The LEADTOOLS Distributed Computing (Job Processor) SDK allows you to specify the numbers of times a job should be attempted before workers are no longer given the opportunity to process the file and it is considered to have failed. For more information, refer to LEADTOOLS Distributed Computing Settings.
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

Error processing SSI file