←Select platform

EnumerateRegions Method (FileCache)

Summary

Enumerates all the regions in this cache.

Syntax

C#
VB
Java
C++
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize