1MONGOC_APM_COMMAND_STARTED_GET_HOST(l3i)bmonMgOoNcGOC_APM_COMMAND_STARTED_GET_HOST(3)
2
3
4
6 const mongoc_host_list_t *
7 mongoc_apm_command_started_get_host (const mongoc_apm_command_started_t *event);
8
9 Returns this event's host. This mongoc_host_list_t is not part of a
10 linked list, it is solely the server for this event. The data is only
11 valid in the scope of the callback that receives this event; copy it if
12 it will be accessed after the callback returns.
13
15 • event: A mongoc_apm_command_started_t.
16
18 A mongoc_host_list_t that should not be modified or freed.
19
20 SEE ALSO:
21 Introduction to Application Performance Monitoring
22
23
25 MongoDB, Inc
26
28 2017-present, MongoDB, Inc
29
30
31
32
331.25.1 Nov 08,M2O0N2G3OC_APM_COMMAND_STARTED_GET_HOST(3)