1MONGOC_APM_COMMAND_SUCCEEDED_GETM_oHnOgSoTD(B3M)CONDGrOiCv_eArPM_COMMAND_SUCCEEDED_GET_HOST(3)
2
3
4
6 mongoc_apm_command_succeeded_get_host - mongoc_apm_command_suc‐
7 ceeded_get_host()
8
10 const mongoc_host_list_t *
11 mongoc_apm_command_succeeded_get_host (
12 const mongoc_apm_command_succeeded_t *event);
13
14 Returns this event's host. This mongoc_host_list_t is not part of a
15 linked list, it is solely the server for this event. The data is only
16 valid in the scope of the callback that receives this event; copy it if
17 it will be accessed after the callback returns.
18
20 · event: A mongoc_apm_command_succeeded_t.
21
23 A mongoc_host_list_t that should not be modified or freed.
24
26 Introduction to Application Performance Monitoring
27
29 MongoDB, Inc
30
32 2017-present, MongoDB, Inc
33
34
35
36
371.13.1 Jan 24M,ON2G0O1C9_APM_COMMAND_SUCCEEDED_GET_HOST(3)