←Select platform

DeleteJob Method

Summary

Deletes the specified job.

Syntax
C#
VB
C++
public static void DeleteJob( 
   ObjectCache cache, 
   string userToken, 
   string jobToken 
) 
Public Shared Sub DeleteJob( 
   ByVal cache As ObjectCache, 
   ByVal userToken As String, 
   ByVal jobToken As String 
) 
public:  
   static void DeleteJob( 
      ObjectCache^ cache, 
      String^ userToken, 
      String^ jobToken 
   ) 

Parameters

cache

Cache containing the status data.

userToken

Value indicating the user token of the job.

jobToken

Value indicating the token of the job.

Remarks

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

Example

For an example, refer to StatusJobDataRunner.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

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