Return true if PSI is the default prefilter.


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

Syntax

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

Remarks

If PSI is the default prefilter this returns true, if no information was received on the PSI status, or the PSI prefilter is not the default this returns false.

See Also