Mimer SQL Data Provider
GetPerformanceData Method




Mimer.Data.Client Namespace > MimerConnection Class : GetPerformanceData Method
An array of the performance data to retrieve.
Get performance data from the server.
Syntax
'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.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members