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

FailedTime Property






Gets or sets a value indicating the date and time a job failed during processing.
Syntax
public Nullable<DateTime> FailedTime {get; set;}
'Declaration
 
Public Property FailedTime As Nullable(Of Date)
'Usage
 
Dim instance As JobInformation
Dim value As Nullable(Of Date)
 
instance.FailedTime = value
 
value = instance.FailedTime
public IReference<DateTime> FailedTime {get; set;}
 get_FailedTime();
set_FailedTime(value);
public:
property Nullable<DateTime> FailedTime {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Property Value

A System.DateTime object that represents the date and time a job failed during processing.
Remarks
This property is only valid if the job status is JobStatus.Failed, indicating the job failed during processing. Use the CompletedTime property to obtain the date and time a job was successfully processed if its status is JobStatus.Completed. A job is considered failed when the worker assembly calls SetFailedStatus 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

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

 

 


Products | Support | Contact Us | Copyright Notices

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