1MONGOC_CLIENT_DESTROY(3) MongoDB C Driver MONGOC_CLIENT_DESTROY(3)
23
4
NAME
6mongoc_client_destroy - mongoc_client_destroy()
7
SYNOPSIS
9void
10mongoc_client_destroy (mongoc_client_t *client);
1112
Release all resources associated with client and free the structure.
13Does nothing if client is NULL.
14
PARAMETERS
16ยท client: A mongoc_client_t.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.15.2 Nov 06, 2019 MONGOC_CLIENT_DESTROY(3)