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