Return whether auto-restore feature is enabled.


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

Syntax

Visual Basic (Declaration)
Public Function autorestore() As Boolean
C#
public bool autorestore()
C++
public:
 bool autorestore() sealed 
J#
public bool autorestore()
JScript
public  function autorestore() : bool

Remarks

If the server was started with auto-restore feature this is true, if no information was received or the server was not started with auto-restore this returns false.

See Also