Indicate we support the reset operation.


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

Syntax

Visual Basic (Declaration)
Public Function canReset() As Boolean _
    Implements NetricsRecOpSrc.canReset
C#
public bool canReset()
C++
public:
 bool canReset() sealed 
J#
public bool canReset()
JScript
public  function canReset() : bool

Return Value

true

Implements

NetricsRecOpSrc.canReset

See Also