'Declaration
Public Function GetPerformanceData( _ ByVal perf() As MimerPerformanceCounters _ ) As Object()
public object[] GetPerformanceData( MimerPerformanceCounters[] perf )
public function GetPerformanceData( perf: MimerPerformanceCountersarray of ): array of TObject;
public function GetPerformanceData( perf : MimerPerformanceCounters[] ) : Object[];
public: Object*[]* GetPerformanceData( MimerPerformanceCounters[]* perf )
Parameters
- perf
- An array of the performance data to retrieve.
Return Value
Each performance data requested in perf has a corresponding entry in the returned array. If an item does not exist, or is unavailable in the server, null is returned.