void tsmDisconnect ( TsmConnection connect ) Close a connection
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.