mongoc_session_opts_destroy()#

Synopsis#

void
mongoc_session_opts_destroy (mongoc_session_opt_t *opts);

Free a mongoc_session_opt_t. Does nothing if opts is NULL.

Parameters#

Example#

See the example code for mongoc_session_opts_set_causal_consistency().