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

Show in webframe

JobMetadata Property (AddJobRequest)






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

            

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

Property Value

A System.String that represents the metadata for a job. Job metadata is used to store any information related to how a job should be processed. 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