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


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

Syntax

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

Remarks

If the engine is using the durable-data feature this returns true. If no information was received, or the engine is not using the durable-data feature, returns false.

See Also