LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)

Attempts Property

Show in webframe





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 Cloud 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 Cloud Settings.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

JobInformation Class
JobInformation Members
Programming with Leadtools Cloud SDK
Creating Cloud Worker Assemblies
Understanding The LEADTOOLS Cloud Database
GetJobInformation Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.