LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)

WorkerMetadata Property

Show in webframe





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

            

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

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 cloud 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 Cloud Database.

Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

Metadata Class
Metadata Members
Programming with Leadtools Cloud SDK
Creating Cloud Worker Assemblies
Understanding The LEADTOOLS Cloud Database
GetJobInformation Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.