1MONGOC_APM_SET_COMMAND_STARTED_CB(3)libmongoMcONGOC_APM_SET_COMMAND_STARTED_CB(3)
2
3
4

SYNOPSIS

6          typedef void (*mongoc_apm_command_started_cb_t) (
7             const mongoc_apm_command_started_t *event);
8
9          void
10          mongoc_apm_set_command_started_cb (mongoc_apm_callbacks_t *callbacks,
11                                             mongoc_apm_command_started_cb_t cb);
12
13       Receive  an event notification whenever the driver starts a MongoDB op‐
14       eration.
15

PARAMETERS

17callbacks: A mongoc_apm_callbacks_t.
18
19cb: A function to call with a  mongoc_apm_command_started_t  whenever
20         the driver begins a MongoDB operation.
21
22       SEE ALSO:
23          Introduction to Application Performance Monitoring
24
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.25.1                           Nov 08, 20M2O3NGOC_APM_SET_COMMAND_STARTED_CB(3)
Impressum