←Select platform

EnumerateRegions Method

Summary

Enumerates all the regions in this cache.

Syntax
C#
VB
C++
Java
public override void EnumerateRegions( 
   EnumerateCacheEntriesCallback callback 
) 
Public Overrides Sub EnumerateRegions( 
   ByVal callback As EnumerateCacheEntriesCallback 
) 
public:  
   virtual void EnumerateRegions( 
      EnumerateCacheEntriesCallback^ callback 
   ) override 
@Override 
public void enumerateRegions(EnumerateCacheEntriesCallback callback) 

Parameters

callback

Occurs for each region found in the cache. The entry parameter of callback will contain

the region name.

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.