The cpp WT_CONNECTION.close function is used to close the Web Tool Kit (WT) connection established between the client and the server. This function terminates the connection and releases any associated resources. Closing the connection ensures that the connection is no longer active and allows the client and server to release any allocated memory or handles.
C++ (Cpp) WT_CONNECTION::close - 30 examples found. These are the top rated real world C++ (Cpp) examples of WT_CONNECTION::close extracted from open source projects. You can rate examples to help us improve the quality of examples.