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

Show in webframe

ID Property (JobInformation)






Gets or sets the ID (GUID) of a job.
Syntax
public string ID {get; set;}
'Declaration
 
Public Property ID As String
'Usage
 
Dim instance As JobInformation
Dim value As String
 
instance.ID = value
 
value = instance.ID

            

            
public:
property String^ ID {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that represents the ID (GUID) of a job.
Remarks
The ID of a job is its unique identifier and the primary key in the Job Processor database. For more information, refer to Understanding The LEADTOOLS Job Processor Database.
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

Error processing SSI file