Closes the connection to the Gateway daemon.

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

Syntax

C#
public void Close()
Visual Basic (Declaration)
Public Sub Close
Visual C++
public:
void Close()

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe thread that attempted to use the GatewayConnection is different to the one that created it.
IBM.CTG..::.GatewayExceptionAn error occurred within the Gateway daemon.

See Also