mongoc_client_destroy()¶
Synopsis¶
void
mongoc_client_destroy (mongoc_client_t *client);
Release all resources associated with client
and free the structure.
Parameters¶
client
: A mongoc_client_t.
void
mongoc_client_destroy (mongoc_client_t *client);
Release all resources associated with client
and free the structure.
client
: A mongoc_client_t.