The server No-Op (do nothing) command. This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly CMD_SVR_NOOP As String
C#
public static readonly string CMD_SVR_NOOP;
C++
public:
 static const String CMD_SVR_NOOP;
J#
public static final string CMD_SVR_NOOP
JScript
public static const var CMD_SVR_NOOP : String;

See Also