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

LastStartedTime Property






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 IReference<DateTime> LastStartedTime {get; set;}
 get_LastStartedTime();
set_LastStartedTime(value);
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: 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

 

 


Products | Support | Contact Us | Copyright Notices

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