MongoDB\Driver\Monitoring\CommandSucceededEvent::getRequestId

Returns the command's request ID

Description

final public string MongoDB\Driver\Monitoring\CommandSucceededEvent::getRequestId()

The request ID is generated by the extension and may be used to associate this MongoDB\Driver\Monitoring\CommandSucceededEvent with a previous MongoDB\Driver\Monitoring\CommandStartedEvent.

Parameters

This function has no parameters.

Return Values

Returns the command's request ID.

Errors/Exceptions

  • Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.

See Also