Return true if the server is using the durable-data feature.


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

Syntax

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

See Also