←Select platform

EnumerateRegions Method (ObjectCache)

Summary

Enumerates all the regions in this cache.

Syntax

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

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