MongoDB\Driver\Monitoring\CommandSucceededEvent::getServer

Returns the Server on which the command was executed

説明

final public MongoDB\Driver\Server MongoDB\Driver\Monitoring\CommandSucceededEvent::getServer()

Returns the MongoDB\Driver\Server on which the command was executed.

パラメータ

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

戻り値

Returns the MongoDB\Driver\Server on which the command was executed.

エラー / 例外

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

参考