1MONGOC_APM_SERVER_CLOSED_GET_HOST(3)libmongoMcONGOC_APM_SERVER_CLOSED_GET_HOST(3)
2
3
4

NAME

6       mongoc_apm_server_closed_get_host - mongoc_apm_server_closed_get_host()
7

SYNOPSIS

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

PARAMETERS

18event: A mongoc_apm_server_closed_t.
19

RETURNS

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

AUTHOR

28       MongoDB, Inc
29
31       2017-present, MongoDB, Inc
32
33
34
35
361.21.1                           Mar 02, 20M2O2NGOC_APM_SERVER_CLOSED_GET_HOST(3)
Impressum