Writes internal ctgclient.dll debugging information to the ctgclient.dll trace destination.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public static void DumpState()
Visual Basic (Declaration)
Public Shared Sub DumpState
Visual C++
public:
static void DumpState()

Remarks

The debug information is written regardless of the current value of TraceLevel.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe version of ctgclient.dll installed on the system is not compatible with this version of IBM.CTG.Client.dll.

See Also