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

Show in webframe

JobId Property






Gets or sets the ID for a job.
Syntax
public string JobId {get; set;}
'Declaration
 
Public Property JobId As String
'Usage
 
Dim instance As AddJobRequest
Dim value As String
 
instance.JobId = value
 
value = instance.JobId

            

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

Property Value

A System.String that represents the ID for a job. If the JobID Property is null or empty, the JobProcessor framework will generate an ID for the job when Leadtools.Services.JobProcessor.ServiceContracts.IJobService.AddJob(Leadtools.Services.JobProcessor.DataContracts.AddJobRequest) is called, and return the generated ID in the AddJobResponse.Id property. If you wish to generate your own ID prior to calling Leadtools.Services.JobProcessor.ServiceContracts.IJobService.AddJob(Leadtools.Services.JobProcessor.DataContracts.AddJobRequest), you can set the JobID Property to a valid GUID (Guid.NewGuid in .Net), and it will be used as the ID for the job. You are responsible for ensuring the ID is a valid GUID, and that it is unique. For more information, refer to Understanding The LEADTOOLS Job Processor Database.
Example
For an example, refer to Leadtools.Services.JobProcessor.ServiceContracts.IJobService.AddJob(Leadtools.Services.JobProcessor.DataContracts.AddJobRequest).
Requirements

Target Platforms

See Also

Reference

AddJobRequest Class
AddJobRequest Members
Programming with the LEADTOOLS Distributed Computing (Job Processor) SDK
Understanding The LEADTOOLS Job Processor Database
AddJob Method

Error processing SSI file