|
PhasorMeasurementMapperResetStatistics Method
|
Resets the statistics of all devices associated with this connection.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-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 ResetStatistics
public:
[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 SourceSee Also