|
Dnp3OutputAdapterClearStaticCache Method
|
Clears the static cache and resets statistics.
Namespace: DNP3AdaptersAssembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.256-beta
Syntax[AdapterCommandAttribute("Clears the static cache and resets statistics",
new string[] { ... })]
public void ClearStaticCache()
<AdapterCommandAttribute("Clears the static cache and resets statistics",
New String() { ... })>
Public Sub ClearStaticCache
public:
[AdapterCommandAttribute(L"Clears the static cache and resets statistics",
__gc new array<String^>^ { ... })]
void ClearStaticCache()
[<AdapterCommandAttribute("Clears the static cache and resets statistics",
new string[] { ... })>]
member ClearStaticCache : unit -> unit
function ClearStaticCache();
View Source
See Also