←Select platform

SetConfigurationString Method

Summary

Updates this ObjectCache from configuration XML stored in a string.

Syntax
C#
VB
C++
public virtual bool SetConfigurationString( 
   string value 
) 
Public Overridable Function SetConfigurationString( 
   ByVal value As String 
) As Boolean 
public:  
   virtual bool SetConfigurationString( 
      String^ value 
   ) 

Parameters

value

A string containing XML configuration.

Return Value

true if successful, otherwise; false.

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