←Select platform

UserToken Property

Summary

User token associated with this job.

Syntax
C#
C++/CLI
Python
[DataMemberAttribute(Name="userToken")] 
public string UserToken {get; set;} 
public:  
   [DataMemberAttribute(Name=L"userToken")] 
   property String^ UserToken 
   { 
      String^ get() 
      void set(String^ value) 
   } 
UserToken # get and set (CompareJobData) 

Property Value

User token associated with this job. The default value is null.

Remarks

The UserToken and JobToken properties must be set by the application, prior to running the job and combining them to create a unique string. Internally, the runner will use UserToken and JobToken as the Region and Key of the cache item added to the cache.

In normal cases, the UserToken can be set to the user name of the application and used for all the jobs submitted by this user. In contrast, the JobToken should be a unique identifier for each job, and is usually set to a GUID.

UserToken and JobToken will then be passed by the application to the CompareJobRunner.QueryJobStatus method to obtain the latest status of the job or to abort it with CompareJobRunner.AbortJob.

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.