←Select platform

Token Property

Summary

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

Syntax
C#
VB
C++
public CancellationToken Token { get; set; } 
Public Property Token() As CancellationToken 
   Get 
   Set 
public:  
   property CancellationToken^ Token 
   { 
      CancellationToken^ get() 
      void set(CancellationToken^ value) 
   } 
Remarks

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

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

Leadtools.Document.Analytics Assembly

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