Error processing SSI file
LEADTOOLS Job Processor (Leadtools.Services.JobProcessor.DataContracts assembly)

Show in webframe

LastUpdatedTime Property






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 the LEADTOOLS Distributed Computing (Job Processor) SDK
Creating Job Processor Worker Assemblies
Understanding The LEADTOOLS Job Processor Database
GetJobInformation Method
UpdatePercentage Method

Error processing SSI file