Solaris WBEM Developer's Guide

Closing a Client Connection

Use the close method of the CIMClient class to close a client connection and free the server resources used by the session.


Example 4–4 Closing a Client Connection

This example closes a client connection. The instance variable cc represents the client connection.

...
cc.close();
...