table of contents
other versions
MONGOC_APM_COMMAND_STARTED_GET_HINT(3) | Library Functions Manual | MONGOC_APM_COMMAND_STARTED_GET_HINT(3) |
NAME¶
mongoc_apm_command_started_get_hint() - None
SYNOPSIS¶
uint32_t mongoc_apm_command_started_get_hint (const mongoc_apm_command_started_t *event);
Returns this event's hint (its server identifier).
See Introduction to Application Performance Monitoring
PARAMETERS¶
- event
- A mongoc_apm_command_started_t
RETURNS¶
The event's hint.
COLOPHON¶
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
2016‐10‐12 | MongoDB C Driver |