Worker Property

Summary

Gets or sets the name of the last worker which processed a job.

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

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

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