NOTE: This method is now obsolete.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Sub cmdstats_reset( _ ByVal cmd_names As String(), _ ByVal start_time As Double _ ) |
| C# |
|---|
| void cmdstats_reset( string[] cmd_names, double start_time ) |
| C++ |
|---|
| void cmdstats_reset( array<String>^ cmd_names, double start_time ) abstract |
| J# |
|---|
| void cmdstats_reset( string[] cmd_names, double start_time ) |
| JScript |
|---|
|
function cmdstats_reset( cmd_names : String[], start_time : double ) |