←Select platform

SaveConfiguration Method

Summary

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

Syntax
C#
VB
C++
public virtual void SaveConfiguration( 
   Stream stream, 
   bool formatted 
) 
Public Overridable Sub SaveConfiguration( 
   ByVal stream As Stream, 
   ByVal formatted As Boolean 
) 
public:  
   virtual void SaveConfiguration( 
      Stream^ stream, 
      bool 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 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.