1MONGOC_CLIENT_POOL_DESTROY(3) MongoDB C Driver MONGOC_CLIENT_POOL_DESTROY(3)
23
4
NAME
6mongoc_client_pool_destroy - mongoc_client_pool_destroy()
7
SYNOPSIS
9void
10mongoc_client_pool_destroy (mongoc_client_pool_t *pool);
1112
Release all resources associated with pool, including freeing the
13structure.
14
PARAMETERS
16ยท pool: A mongoc_client_pool_t.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.13.1 Jan 24, 2019 MONGOC_CLIENT_POOL_DESTROY(3)