Prepares to run a job.
public CompareJobData PrepareJob(
CompareJobData data
)
data
Information and options for the job to be run. This value must not be null.
PrepareJob will perform the following:
After this method returns, Run can be called to perform the comparison.