|
SYNOPSISmongoc_server_description_t * mongoc_client_select_server (mongoc_client_t *client, Choose a server for an operation, according to the logic described in the Server Selection Spec. Use this function only for building a language driver that wraps the C Driver. When writing applications in C, higher-level functions automatically select a suitable server. PARAMETERS
RETURNSA mongoc_server_description_t that must be freed with mongoc_server_description_destroy(). If no suitable server is found, returns NULL and error is filled out. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|