Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

MongoDB.ReleaseAll

Frees all MongoDB objects.

Component Version macOS Windows Linux Server iOS SDK
MongoDB 12.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "MongoDB.ReleaseAll" )

Parameters

none

Result

Returns OK or error.

Description

Frees all MongoDB objects.
Be aware that other scripts may still need one of the connections.
So this is more for debugging as way to kill all connections in one call.

Examples

Cleanup:

Set Variable [ $r ; Value: MBS( "MongoDB.ReleaseAll" ) ]

See also

Example Databases

Blog Entries

This function is free to use.

Created 22nd May 2022, last changed 27th August 2023


MongoDB.Release - MongoDB.Rename

💬 Ask a question or report a problem