Return true if GIP prefilter is enabled.


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

Syntax

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

Implements

INetricsServerStats.gip_enabled

Remarks

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

See Also