←Select platform

PrepareJob Method

Summary

Prepares to run a job.

Syntax
C#
C++/CLI
Python
public CompareJobData PrepareJob( 
   CompareJobData data 
) 
public:  
   CompareJobData^ PrepareJob( 
      CompareJobData^ data 
   ) 
def PrepareJob(self,data): 

Parameters

data

Information and options for the job to be run. This value must not be null.

Remarks

PrepareJob will perform the following:

  1. Validates all CompareJobData provided: rejecting the job if the data is malformed.
  2. Creates the first status, and adds the data to the status cache.

After this method returns, Run can be called to perform the comparison.

Requirements

Target Platforms

Help Version 22.0.2023.5.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.