Return report as a string.


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

Syntax

Visual Basic (Declaration)
Public Overrides Function ToString() As String _
    Implements INetricsCmdStats.ToString
C#
public override string ToString()
C++
public:
 virtual String ToString() override 
J#
public override string ToString()
JScript
public override  function ToString() : String

Return Value

human readable report as a string.

Implements

INetricsCmdStats.ToString

Remarks

This formats the report into a four line human readable report.

See Also