Returns true if this instance supports the reset method.


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

Syntax

Visual Basic (Declaration)
Function canReset() As Boolean
C#
bool canReset()
C++
bool canReset() abstract 
J#
bool canReset()
JScript
function canReset() : bool

Return Value

true if this instance supports the reset method, false otherwise.

See Also