|
PhasorMeasurementMapperLoadCachedConfiguration Method
|
Attempts to load the last known good (i.e., cached) configuration.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Attempts to load the last known good configuration.",
new string[] { ... })]
public void LoadCachedConfiguration()
<AdapterCommandAttribute("Attempts to load the last known good configuration.",
New String() { ... })>
Public Sub LoadCachedConfiguration
public:
[AdapterCommandAttribute(L"Attempts to load the last known good configuration.",
__gc new array<String^>^ { ... })]
void LoadCachedConfiguration()
[<AdapterCommandAttribute("Attempts to load the last known good configuration.",
new string[] { ... })>]
member LoadCachedConfiguration : unit -> unit
function LoadCachedConfiguration();
View SourceSee Also