Return true if PSI prefilter is enabled.


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

Syntax

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

Implements

INetricsServerStats.psi_enabled

Remarks

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

See Also