Return the command name.


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

Syntax

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

Remarks

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

See Also