Deserializes cached configuration, if available.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static IConfigurationFrame GetCachedConfiguration( string configurationName, bool fromCache )
Public Shared Function GetCachedConfiguration ( _ configurationName As String, _ fromCache As Boolean _ ) As IConfigurationFrame
public: static IConfigurationFrame^ GetCachedConfiguration( String^ configurationName, bool fromCache )
Return Value
Cached configuration frame, or null if not available.