1MONGOC_APM_COMMAND_FAILED_GET_HOST(3l)ibmongMoOcNGOC_APM_COMMAND_FAILED_GET_HOST(3)
2
3
4

SYNOPSIS

6          const mongoc_host_list_t *
7          mongoc_apm_command_failed_get_host (const mongoc_apm_command_failed_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

PARAMETERS

15event: A mongoc_apm_command_failed_t.
16

RETURNS

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

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.25.1                           Nov 08, 2M0O2N3GOC_APM_COMMAND_FAILED_GET_HOST(3)
Impressum