|
PhasorMeasurementMapperResetLatencyCounters Method
|
Resets counters related to latency calculations.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-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 ResetLatencyCounterspublic:
[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 Source
See Also