MongoDB\Driver\Monitoring\CommandSucceededEvent::getRequestId

Returns the command's request ID

説明

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

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

パラメータ

この関数にはパラメータはありません。

戻り値

Returns the command's request ID.

エラー / 例外

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

参考