←Select platform

LoadConfiguration Method

Summary

Updates this ObjectCache from configuration XML stored in a stream.

Syntax
C#
VB
C++
public virtual bool LoadConfiguration( 
   Stream stream 
) 
Public Overridable Function LoadConfiguration( 
   ByVal stream As Stream 
) As Boolean 
public:  
   virtual bool LoadConfiguration( 
      Stream^ stream 
   ) 

Parameters

stream

A stream 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 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.