←Select platform

EnumerateCacheEntriesCallback Delegate

Summary

Callback for the EnumerateRegions and EnumerateKeys method.

Syntax
C#
VB
C++
Java
public delegate void EnumerateCacheEntriesCallback( 
   string entry 
) 
Public Delegate Sub EnumerateCacheEntriesCallback( 
   ByVal entry As String 
) 
public delegate void EnumerateCacheEntriesCallback( 
      String^ entry 
   ) 
public interface EnumerateCacheEntriesCallback { 
void enumerate(String entry); 
} 

Parameters

entry

The entry name

Requirements
Target Platforms
See Also

Reference

Leadtools.Caching Namespace

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.