Turn off response parsing debugging output.


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

Syntax

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

Return Value

the previous debugging state.

Implements

INetricsServerInterface.ParseDebuggingOff

Remarks

Turn off response parsing debugging output. This should only be used on the advice of TIBCO support.

See Also