ADSJob class

NewCopy method

   

The NewCopy method returns a copy of the job.

Syntax

 

C++

hr=job->NewCopy(IADSJob **newCopy)

VB

set newCopy=job.NewCopy

Parameters and Return Value

 

newCopy

An exact copy of the job.

Remarks

The new copy is not added to the session until the Save method is called.

Before saving the new copy, you must change the Description and, if appropriate, the ApplicationDefinedTag so that they will be unique.