SYNOPSIS

mongoc_client_pool_t * mongoc_client_pool_new (const mongoc_uri_t *uri);

DESCRIPTION

The mongoc_client_pool_new() function shall create a new mongoc_client_pool(7). The uri should conform to mongoc_uri(7).

RETURN VALUE

The mongoc_client_pool_new() function returns a new mongoc_client_pool(7). If the uri cannot be parsed, NULL is returned.

ERRORS

No errors are defined.

SEE ALSO

AUTHORS

This page was written by MongoDB Inc.