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

SYNOPSIS

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

PARAMETERS

17callbacks: A mongoc_apm_callbacks_t.
18
19cb: A function to call with a  mongoc_apm_topology_closed_t  whenever
20         the  driver  stops  monitoring  a  server  topology  and destroys its
21         mongoc_topology_description_t.
22
23       SEE ALSO:
24          Introduction to Application Performance Monitoring
25
26

AUTHOR

28       MongoDB, Inc
29
31       2017-present, MongoDB, Inc
32
33
34
35
361.25.1                           Nov 08, 20M2O3NGOC_APM_SET_TOPOLOGY_CLOSED_CB(3)
Impressum