SubmitAsync ()

The method SubmitAsync of the class Aia.ITP.Server.Job submits the job to the ITP/Server running on the host and port specified by the properties Host and Port. The method returns immediately after the job has been submitted, without waiting until the job has been processed. If the method returns normally, this means that the job was submitted successfully. If an error occurs during the submission of the job, an exception will be thrown. If an error occurs during the processing of the job, this is not reported.

In contrast to the method Submit, the method SubmitAsync does not allow for the exchange of data values, files, or progress messages with ITP/Server. If these mechanisms are needed, the method Submit must be used instead.