Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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