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

Leadtools.Caching Assembly