Serialize configuration frame to cache folder for later use (if needed).
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected void CacheConfigurationFrame( IConfigurationFrame configurationFrame, string name )
Protected Sub CacheConfigurationFrame ( _ configurationFrame As IConfigurationFrame, _ name As String _ )
protected: void CacheConfigurationFrame( IConfigurationFrame^ configurationFrame, String^ name )
Parameters
- configurationFrame (IConfigurationFrame)
- New IConfigurationFrame to cache.
- name (String)
- Name to use when caching the configurationFrame.
Remarks
Derived concentrators can call this method to manually serialize their protocol specific
configuration frames. Note that after initial call to CreateNewConfigurationFrame(ConfigurationFrame)
this method will be call automatically.