|
PhasorDataConcentratorBaseResetLifetimeCounters Method
|
Resets the counters for the lifetime statistics without interrupting the adapter's operations.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Resets the counters for the lifetime statistics without interrupting the adapter's operations.",
new string[] { ... })]
public virtual void ResetLifetimeCounters()
<AdapterCommandAttribute("Resets the counters for the lifetime statistics without interrupting the adapter's operations.",
New String() { ... })>
Public Overridable Sub ResetLifetimeCounters
public:
[AdapterCommandAttribute(L"Resets the counters for the lifetime statistics without interrupting the adapter's operations.",
__gc new array<String^>^ { ... })]
virtual void ResetLifetimeCounters()
[<AdapterCommandAttribute("Resets the counters for the lifetime statistics without interrupting the adapter's operations.",
new string[] { ... })>]
abstract ResetLifetimeCounters : unit -> unit
[<AdapterCommandAttribute("Resets the counters for the lifetime statistics without interrupting the adapter's operations.",
new string[] { ... })>]
override ResetLifetimeCounters : unit -> unit
function ResetLifetimeCounters();
View SourceSee Also