Return true if the server indicates it is a Learning Engine


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

Syntax

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

Return Value

true if the server supports Learning Models, false otherwise.

Exceptions

Exception TypeCondition
NetricsExceptionIf the server indicates that an error has occured

Remarks

This returns true if the server indicates it supports Learning Models. Note that older versions of the server do not send back this information, so this method will return false for servers before release 4.3.1 even if they do support the Learning Model.

See Also