void
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_SESSION_OPTS_DESTROY(3)
Example
See the example code for mongoc_session_opts_set_causal_consistency().
Parameters
• opts: A mongoc_session_opt_t.
Synopsis
void
mongoc_session_opts_destroy (mongoc_session_opt_t *opts);
Free a mongoc_session_opt_t. Does nothing if opts is NULL.
