Return the command name.


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

Syntax

Visual Basic (Declaration)
Public Function cmd_name() As String _
    Implements INetricsCmdStats.cmd_name
C#
public string cmd_name()
C++
public:
 String cmd_name() sealed 
J#
public string cmd_name()
JScript
public  function cmd_name() : String

Implements

INetricsCmdStats.cmd_name

Remarks

Returns the command name, the special value "<unknown>" if no command name was received.

See Also