public PerformanceCounter[] FindCounters( string categoryName, string counterName )
Public Function FindCounters ( categoryName As String, counterName As String ) As PerformanceCounter()
public: array<PerformanceCounter^>^ FindCounters( String^ categoryName, String^ counterName )
member FindCounters : categoryName : string * counterName : string -> PerformanceCounter[]
function FindCounters(categoryName, counterName);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.