NOTE: This method is now obsolete.



Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Function cmdstats( _ 
   ByVal cmd_names As String(),  _ 
   ByVal duration As Double,  _ 
   ByVal end_time As Double _ 
) As NetricsCmdStats()
C#
NetricsCmdStats[] cmdstats(
   string[] cmd_names,
   double duration,
   double end_time
)
C++
array<NetricsCmdStats>^ cmdstats(
   array<String>^ cmd_names,
   double duration,
   double end_time
) abstract 
J#
NetricsCmdStats[] cmdstats(
   string[] cmd_names,
   double duration,
   double end_time
)
JScript
function cmdstats(
   cmd_names : String[],
   duration : double,
   end_time : double
) : NetricsCmdStats[]

See Also