←Select platform

Abort Property

Summary

Indicates whether the operation should be aborted.

Syntax
C#
C++/CLI
Java
Python
public bool Abort { get; set; } 
public:  
   property bool Abort 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean getAbort() 
public void setAbort(boolean value) 
Abort # get and set (CacheItemExpiringEventArgs) 

Property Value

true to abort the current operation, otherwise; false. Default value is false.

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.Caching Assembly

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