←Select platform

DeleteRegion Method

Summary

Deletes the specified region and all its data.

Syntax

C#
VB
Java
C++
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 Documents 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly