←Select platform

DeleteJob Method

Summary

Deletes the specified job.

Syntax
C#
C++/CLI
Python
public static void DeleteJob( 
   ObjectCache cache, 
   string userToken, 
   string jobToken 
) 
public:  
   static void DeleteJob( 
      ObjectCache^ cache, 
      String^ userToken, 
      String^ jobToken 
   ) 
def DeleteJob(self,cache,userToken,jobToken): 

Parameters

cache

Cache containing the status data.

userToken

Value indicating the user token of the job.

jobToken

Value indicating the job token of the job.

Remarks

DeleteJob can be called when the job is finished to remove it from the status cache.

Requirements

Target Platforms

Help Version 22.0.2023.5.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.