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

Show in webframe

JobMetadata Property (Metadata)






Gets or sets the job's metadata.
Syntax
public string JobMetadata {get; set;}
'Declaration
 
Public Property JobMetadata As String
'Usage
 
Dim instance As Metadata
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 job's metadata.
Remarks
The job metadata is used to store any information related to how the job should be processed. For example, if this JobProcessor is used to convert image files from one format to another you may use the job metadata to store the desired target format (JPEG, TIFF, etc.) and other conversion related information.

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

Metadata Class
Metadata 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