Provided by: libmongoc-doc_1.16.1-1build2_all bug

NAME

       mongoc_server_description_last_update_time - mongoc_server_description_last_update_time()

SYNOPSIS

          int64_t
          mongoc_server_description_last_update_time (const mongoc_server_description_t *description);

PARAMETERS

description: A mongoc_server_description_t.

DESCRIPTION

       Get  the  last point in time when we processed an ismaster for this server, or, if we have
       not  processed  any  ismasters  since  creating  the  description,  the  time  the  server
       description was initialized.

RETURNS

       The server's last update time, in microseconds.

AUTHOR

       MongoDB, Inc

COPYRIGHT

       2017-present, MongoDB, Inc

1.16.1                                     Mar 03, 2MONGOC_SERVER_DESCRIPTION_LAST_UPDATE_TIME(3)