|
PerformanceMonitorBaseSampleCustomCounters Method
|
Derived class should override this method to sample any custom counters.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntaxprotected virtual void SampleCustomCounters()
Protected Overridable Sub SampleCustomCounters
protected:
virtual void SampleCustomCounters()
abstract SampleCustomCounters : unit -> unit
override SampleCustomCounters : unit -> unit
function SampleCustomCounters();
View Source
See Also