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

Show in webframe

JobType Property (AddJobRequest)






Gets or sets the type of job.
Syntax
public string JobType {get; set;}
'Declaration
 
Public Property JobType As String
'Usage
 
Dim instance As AddJobRequest
Dim value As String
 
instance.JobType = value
 
value = instance.JobType

            

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

Property Value

A System.String that represents the job type. Multiple job types can be used to process several different types of jobs within the same JobProcessor. For more information, 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