←Select platform

DeleteRegion Method

Summary

Deletes the specified region and all its data.

Syntax
C#
VB
C++
Java
public abstract void DeleteRegion( 
   string regionName 
) 
Public MustOverride Sub DeleteRegion( 
   ByVal regionName As String 
) 
public:  
   virtual void DeleteRegion( 
      String^ regionName 
   ) abstract 
public abstract void deleteRegion(String regionName) 

Parameters

regionName

region name. This value cannot be null.

Remarks

This method deletes all the cache item belonging to the specified region regardless of their expiration policy. The LEADTOOLS Document library will call this method to delete the items of a documents when it is disposed and not flagged to be saved in the cache.

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

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