←Select platform

EnumerateRegions Method

Summary

Enumerates all the regions in this cache.

Syntax
C#
C++/CLI
Java
Python
public override void EnumerateRegions( 
   EnumerateCacheEntriesCallback callback 
) 
public:  
   virtual void EnumerateRegions( 
      EnumerateCacheEntriesCallback^ callback 
   ) override 
@Override 
public void enumerateRegions(EnumerateCacheEntriesCallback callback) 
def EnumerateRegions(self,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 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.