←Select platform

JobBase Constructor(IJob)

Summary

Initializes a new instance of the JobBase class.

Syntax
C#
VB
C++
public JobBase(IJob service) 
Public Sub New(ByVal service As IJob) 
public: JobBase(IJob^ service) 

Parameters

service

Instance of an IJob service that communicates with the Worker Service.

Remarks

This interface communicates with the Worker Service hosted at the central server. It is not necessary to call any methods directly on this interface. It is used internally by the Distributed Computing (Job Processor) SDK.

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.