←Select platform

EnumerateRegions Method

Summary

Enumerates all the regions in this cache.

Syntax
C#
VB
C++
Java
public abstract void EnumerateRegions( 
   EnumerateCacheEntriesCallback callback 
) 
Public MustOverride Sub EnumerateRegions( 
   ByVal callback As EnumerateCacheEntriesCallback 
) 
public:  
   virtual void EnumerateRegions( 
      EnumerateCacheEntriesCallback^ callback 
   ) abstract 
public abstract 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly