void tsmDisconnect ( TsmConnection connect )

Close a connection

Documentation

Close a connection.

Disconnect from a dataset and free up all memory associated with the connection. Use this function when you have finished all desired operations on a dataset.

If you are disconnecting from a DPSS dataset you have been writing to, then the TSM_FINISH_LOAD_ON_DISCONNECT flag will be honoured here. Refer to tsmSet for details on setting this flag and what it does.

Returns:
Nothing (void)
Parameters:
connect - a dataset connection, as returned by tsmConnect
Author:
Martin Reddy
Version:
12 January 1998
See Also:
tsmConnect, tsmSet


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page