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

LastUpdatedTime Property

Show in webframe





Gets or sets the last date and time the progress or status was updated for a job.
Syntax
public Nullable<DateTime> LastUpdatedTime {get; set;}
'Declaration
 
Public Property LastUpdatedTime As Nullable(Of Date)
'Usage
 
Dim instance As JobInformation
Dim value As Nullable(Of Date)
 
instance.LastUpdatedTime = value
 
value = instance.LastUpdatedTime

            

            
public:
property Nullable<DateTime> LastUpdatedTime {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Property Value

A System.DateTime object that represents the last date and time the progress or status of a job was updated. Update the progress of a job by calling the UpdatePercentage method.
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
UpdatePercentage Method

 

 


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