MongoDB\Driver\Monitoring\CommandFailedEvent::getServer
(mongodb >=1.3.0)
MongoDB\Driver\Monitoring\CommandFailedEvent::getServer — Returns the Server on which the command was executed
説明
final public MongoDB\Driver\Monitoring\CommandFailedEvent::getServer
( void
) : MongoDB\Driver\Server
Returns the MongoDB\Driver\Server on which the command was executed.
パラメータ
この関数にはパラメータはありません。
返り値
Returns the MongoDB\Driver\Server on which the command was executed.
エラー / 例外
- 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。
参考
- MongoDB\Driver\Monitoring\CommandStartedEvent::getServer() - Returns the Server on which the command was executed
- Application Performance Monitoring (APM)