WorkerMetadata Property

Summary

Gets or sets the worker metadata for a job.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public string WorkerMetadata { get; set; } 
  
Public Property WorkerMetadata As String 
public: 
property String^ WorkerMetadata { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that represents the worker metadata for a job.

Remarks

The worker metadata stores any additional information about the job as reported by the worker. For example, if the objective of the JobProcessor is to convert large files from one format to another you may want to provide the user with more detailed progress than the overall percentage. This column could be used to specify the current page or frame being converted (Page 1 of 25 for example). For more information, refer to Understanding The LEADTOOLS Job Processor Database.

Example

For an example, refer to IJobService.GetJobInformation.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly