Using ITPDS.Job

To use this class perform the following steps:

  1. Instantiate an ITPDS.Job object.
  2. Set the object's properties.
  3. Add the job parameters.
  4. Call the object's Submit method.

You should also implement an error handling method suitable for your development environment. Optionally you can provide an event handler for the Progress event.

When you submit subsequent jobs, you can re-use the instantiated object. Set the new JobID, clear the job parameters, add the new parameters, and call the Submit method again.