Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

AbortAllJobs Method






Aborts all asynchronous running and pending jobs
Syntax
public void AbortAllJobs()
'Declaration
 
Public Sub AbortAllJobs() 
'Usage
 
Dim instance As DocumentConverterJobs
 
instance.AbortAllJobs()
public void abortAllJobs()
            
public:
void AbortAllJobs(); 
Remarks

Call this method to cause all running and pending jobs started with RunJobAsync to gracefully abort. Notice that this method will only triggers the abortion operation and returns immediately. You must still add synchronization code if your application logic needs to be informed when all jobs are completed/aborted. The JobCompleted event will occur for each job started with RunJobAsync but with AbortAllJobs being triggered, the DocumentConverterJob.Status value of each will be set to DocumentConverterJobStatus.Aborted.

Example

For an example, refer to RunJobAsync.

Requirements

Target Platforms

See Also

Reference

DocumentConverterJobs Class
DocumentConverterJobs Members
Using LEADTOOLS Document Converters

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features