JobBase Class

Summary

Creates worker assemblies for the LEADTOOLS Distributed Computing (Job Processor) SDK.

Syntax
C#
VB
C++
public abstract class JobBase : IJob 
  
Public MustInherit Class JobBase  
public ref class JobBase abstract  

Remarks

To create a custom worker assembly for the LEADTOOLS Distributed Computing (Job Processor) SDK, create an assembly that contains a class derived from the JobBase class. For more information, refer to Creating Job Processor Worker Assemblies.

Example

Refer to the OCRJobProcessorDemo. Depending on the programming language being used, the demo will be found in either the <installationdir>\Examples\DotNet\CS\OCRJobProcessorDemo directory. or the <installationdir>\Examples\DotNet\VB\OCRJobProcessorDemo directory. The <installationdir> represents the directory in which you installed the LEADTOOLS toolkit.

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.