LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)
LEAD Technologies, Inc

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 int Attempts {get; set;}
 get_Attempts();
set_Attempts(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

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-2012 All Rights Reserved. LEAD Technologies, Inc.