LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)
LEAD Technologies, Inc

WorkerMetadata Property






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 string WorkerMetadata {get; set;}
 get_WorkerMetadata();
set_WorkerMetadata(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

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-2012 All Rights Reserved. LEAD Technologies, Inc.