mongoc_server_description_last_update_time()

Synopsis

int64_t
mongoc_server_description_last_update_time (const mongoc_server_description_t *description);

Parameters

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.