|  |  
 |   |   
 SYNOPSISint64_t mongoc_server_description_last_update_time (const mongoc_server_description_t *description); PARAMETERS
 DESCRIPTIONGet the last point in time when we processed a hello for this server, or, if we have not processed any hellos since creating the description, the time the server description was initialized. RETURNSThe server's last update time, in microseconds. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |