|
PhasorMeasurementMapperResetStatistics Method
|
Resets the statistics of all devices associated with this connection.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-beta
Syntax[AdapterCommandAttribute("Resets the statistics of all devices associated with this connection.",
new string[] { ... })]
public void ResetStatistics()<AdapterCommandAttribute("Resets the statistics of all devices associated with this connection.",
New String() { ... })>
Public Sub ResetStatisticspublic:
[AdapterCommandAttribute(L"Resets the statistics of all devices associated with this connection.",
__gc new array<String^>^ { ... })]
void ResetStatistics()[<AdapterCommandAttribute("Resets the statistics of all devices associated with this connection.",
new string[] { ... })>]
member ResetStatistics : unit -> unit function ResetStatistics();
View Source
See Also