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 extension 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.