←Select platform

Attempts Property

Summary

Gets or sets a value indicating the numbers of times a job has been attempted for processing.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public int Attempts { get; set; } 
  
Public Property Attempts As Integer 
public: 
property int Attempts { 
   int get(); 
   void set (    int ); 
} 

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

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