|
PhasorMeasurementMapperResetLatencyCounters Method
|
Resets counters related to latency calculations.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Resets the latency counters for the device without interrupting the adapter's operations.",
new string[] { ... })]
public void ResetLatencyCounters()
<AdapterCommandAttribute("Resets the latency counters for the device without interrupting the adapter's operations.",
New String() { ... })>
Public Sub ResetLatencyCounters
public:
[AdapterCommandAttribute(L"Resets the latency counters for the device without interrupting the adapter's operations.",
__gc new array<String^>^ { ... })]
void ResetLatencyCounters()
[<AdapterCommandAttribute("Resets the latency counters for the device without interrupting the adapter's operations.",
new string[] { ... })>]
member ResetLatencyCounters : unit -> unit
function ResetLatencyCounters();
View SourceSee Also