table of contents
MONGOC_APM_SERVER_OPENING_GET_TOPOLOGY_ID(3) | libmongoc | MONGOC_APM_SERVER_OPENING_GET_TOPOLOGY_ID(3) |
SYNOPSIS¶
void mongoc_apm_server_opening_get_topology_id (
const mongoc_apm_server_opening_t *event, bson_oid_t *topology_id);
Returns this event's topology id.
PARAMETERS¶
- event: A mongoc_apm_server_opening_t.
- topology_id: A bson_oid_t to receive the event's topology_id.
RETURNS¶
The event's topology id.
SEE ALSO:
Introduction to Application Performance Monitoring
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2017-present, MongoDB, Inc
February 25, 2024 | 1.26.0 |