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

Worker Property






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 string Worker {get; set;}
 get_Worker();
set_Worker(value);
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: 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

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