←Select platform

PrepareJob Method

Summary

Prepares to run a job.

Syntax
C#
VB
C++
public CompareJobData PrepareJob( 
   CompareJobData data 
) 
Public Function PrepareJob( 
   ByVal data As CompareJobData 
) As CompareJobData 
public:  
   CompareJobData^ PrepareJob( 
      CompareJobData^ 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly