suspend fun MongoClient.runCommandAwait(commandName: String, command: JsonObject): JsonObject
Run an arbitrary MongoDB command.
commandName - the name of the command
commandName
command - the command
command
resultHandler - will be called with the result.
resultHandler
Return