←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly