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

FailedErrorID Property






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 int FailedErrorID {get; set;}
 get_FailedErrorID();
set_FailedErrorID(value);
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: 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

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.