←Select platform

EnumerateCacheEntriesCallback Delegate

Summary

Callback for the EnumerateRegions and EnumerateKeys method.

Syntax
C#
C++/CLI
Java
Python
public delegate void EnumerateCacheEntriesCallback( 
   string entry 
) 
public delegate void EnumerateCacheEntriesCallback( 
      String^ entry 
   ) 
public interface EnumerateCacheEntriesCallback { 
void enumerate(String entry); 
} 
def EnumerateCacheEntriesCallback(self,entry): 
# entry : String 

Parameters

entry

The entry name

Requirements

Target Platforms

See Also

Reference

Leadtools.Caching Namespace

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.