←Select platform

SaveConfiguration Method

Summary

Saves the configurations of this ObjectCache to an XML stored in a stream.

Syntax
C#
C++/CLI
Python
public virtual void SaveConfiguration( 
   Stream stream, 
   bool formatted 
) 
public:  
   virtual void SaveConfiguration( 
      Stream^ stream, 
      bool formatted 
   ) 
def SaveConfiguration(self,stream,formatted): 

Parameters

stream

Stream that will be updated with the configuration.

formatted

true to produce formatted output; 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 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.