ConfigurationFrameGetCachedConfiguration Method

Deserializes cached configuration, if available.

Definition

Namespace: Gemstone.PhasorProtocols.Anonymous
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
public static IConfigurationFrame? GetCachedConfiguration(
	string configurationName,
	bool fromCache
)

Parameters

configurationName  String
Name of the configuration to get file name for.
fromCache  Boolean
Set to True retrieve from cache, False to retrieve from specified file name in configurationName

Return Value

IConfigurationFrame
Cached configuration frame, or null if not available.

See Also