←Select platform

RunJob Method

Summary

Runs the compare job.

Syntax
C#
VB
C++
public void RunJob( 
   CompareJobData data 
) 
Public Sub RunJob( 
   ByVal data As CompareJobData 
) 
public:  
   void RunJob( 
      CompareJobData^ data 
   ) 

Parameters

data

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

Remarks

Prepare must be called before calling this method.

Run will perform the following tasks:

  1. Runs the job specified with the provided data.
  2. Monitors and updates the status in the cache.
  3. Checks whether the user aborted the job.

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