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

FailedErrorID Property

Show in webframe





Gets or sets the error ID of a job.
Syntax
public int FailedErrorID {get; set;}
'Declaration
 
Public Property FailedErrorID As Integer
'Usage
 
Dim instance As FailureInformation
Dim value As Integer
 
instance.FailedErrorID = value
 
value = instance.FailedErrorID

            

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

Property Value

A System.Int32 that represents the error ID of a job.
Remarks
A job is considered to have failed when the worker assembly calls SetFailureStatus and the status is set to JobStatus.Failed.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

FailureInformation Class
FailureInformation Members
SetFailureStatus Method
GetJobInformation Method
Understanding The LEADTOOLS Cloud Database

 

 


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