←Select platform

LoadConfigurationValues Method

Summary

Load the configuration of this cache object from the specified dictionary.

Syntax
C#
VB
C++
protected override void LoadConfigurationValues( 
   IDictionary<string, string> values 
) 
Protected Overrides Sub LoadConfigurationValues( 
   ByVal values As IDictionary(Of String, String) 
) 
protected:  
   virtual void LoadConfigurationValues( 
      IDictionary<String^, String^>^ values 
   ) override 

Parameters

values

Dictionary containing configuration key/item pairs.

Remarks

Refer to ObjectCache.CreateFromConfigurations for more information and an example on loading and saving cache object configurations.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly