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

Worker Property

Show in webframe





Gets or sets the name of the last worker which processed a job.
Syntax
public string Worker {get; set;}
'Declaration
 
Public Property Worker As String
'Usage
 
Dim instance As JobInformation
Dim value As String
 
instance.Worker = value
 
value = instance.Worker

            

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

Property Value

A System.String that represents the name of the last worker which processed a job.
Remarks
This property will be valid only if a job has been attempted at least one time. If a job has been attempted more than once this property will return the name of the worker who lasted processed the job.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

JobInformation Class
JobInformation 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.