|
SYNOPSISbool mongoc_client_command_simple_with_server_id ( This function executes a command on a specific server, using the database and command specification provided. This function is not considered a retryable read operation. PARAMETERS
RETURNSReturns true if successful. Returns false and sets error if there are invalid arguments or a server or network error. This function does not check the server response for a write concern error or write concern timeout. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|