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