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

LastStartedTime Property

Show in webframe





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

            

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

Property Value

A System.DateTime object that represents the date and time a job last started processing.
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

 

 


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