Switching to the old thread is here, but you can let FYI in C # run with SafeMode.False as a parameter (I believe that it is actually disabled by default), which will execute them in fire mode and forget it.
My code for most of my things is as follows:
IMongoQuery query = Query.EQ("_id", Path); IMongoUpdate update = Update.Set("Key", "value"); SafeModeResult oCmd = mCollection.Update(query, update, SafeMode.True);
Because I need a safe mode. But if you set it to false or leave this parameter, you will get fire and forget the functionality.
source share