close Method
Close this SnapshotConnection.
close(): Promise<void>
@note For local snapshot files, close
closes the connection and the underlying SnapshotDb database file.
For remote snapshots, close
only closes the connection and frees any frontend resources allocated to the connection.
@see openFile, openRemote
Returns - Promise
Defined in
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.