1MONGOC_APM_SET_TOPOLOGY_CLOSED_CB(3)libmongoMcONGOC_APM_SET_TOPOLOGY_CLOSED_CB(3)
2
3
4

NAME

6       mongoc_apm_set_topology_closed_cb - mongoc_apm_set_topology_closed_cb()
7

SYNOPSIS

9          typedef void (*mongoc_apm_topology_closed_cb_t) (
10             const mongoc_apm_topology_closed_t *event);
11
12          void
13          mongoc_apm_set_topology_closed_cb (mongoc_apm_callbacks_t *callbacks,
14                                             mongoc_apm_topology_closed_cb_t cb);
15
16       Receive  an  event  notification whenever the driver stops monitoring a
17       server topology and destroys its mongoc_topology_description_t.
18

PARAMETERS

20       · callbacks: A mongoc_apm_callbacks_t.
21
22       · cb: A function to call with a  mongoc_apm_topology_closed_t  whenever
23         the  driver  stops monitoring a server topology and destroys its mon‐
24         goc_topology_description_t.
25

SEE ALSO

27       Introduction to Application Performance Monitoring
28

AUTHOR

30       MongoDB, Inc
31
33       2017-present, MongoDB, Inc
34
35
36
37
381.16.2                           Feb 25, 20M2O0NGOC_APM_SET_TOPOLOGY_CLOSED_CB(3)
Impressum