|
DataSubscriberResetLifetimeCounters Method
|
Resets the counters for the lifetime statistics without interrupting the adapter's operations.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-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 ResetLifetimeCounterspublic:
[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 Source
See Also