Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_CLIENT_...ER_DESCRIPTION(3)  libmongoc MONGOC_CLIENT_...ER_DESCRIPTION(3)

SYNOPSIS
	mongoc_server_description_t *
	mongoc_client_get_server_description (
	   mongoc_client_t *client, uint32_t server_id);

     Get information about the server specified by server_id.

PARAMETERS
     * client: A mongoc_client_t.

     * server_id: An opaque id specifying the server.

RETURNS
     A	   mongoc_server_description_t	   that     must     be    freed    with
     mongoc_server_description_destroy(). If the server  is  no  longer  in  the
     topology, returns NULL.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026MONGOC_CLIENT_...ER_DESCRIPTION(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_client_get_server_description&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help