←Select platform

Token Property

Summary

Indicates that the analyzing operation is to be canceled by user.

Syntax
C#
C++/CLI
Python
public CancellationToken Token { get; set; } 
public:  
   property CancellationToken^ Token 
   { 
      CancellationToken^ get() 
      void set(CancellationToken^ value) 
   } 
Token # get and set (DocumentAnalyzerRunOptions) 
Remarks

This token enables cancellation between threads. You create a cancellation token by instantiating a CancellationTokenSource object.

Requirements

Target Platforms

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

Leadtools.Document.Analytics Assembly

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