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

Show in webframe

Metadata Property






Gets or sets the Metadata for the specified job.
Syntax
public Metadata Metadata {get; set;}
'Declaration
 
Public Property Metadata As Metadata
'Usage
 
Dim instance As JobInformation
Dim value As Metadata
 
instance.Metadata = value
 
value = instance.Metadata

            

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

Property Value

The Metadata for the specified job.
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