Turn on response parsing debugging output.


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

Syntax

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

Return Value

the previous debugging state.

Implements

INetricsServerInterface.ParseDebuggingOn

Remarks

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

See Also