MongoDB\Driver\Monitoring\CommandStartedEvent::getServer
(mongodb >=1.3.0)
MongoDB\Driver\Monitoring\CommandStartedEvent::getServer — Returns the Server on which the command was executed
Warning
This method has been DEPRECATED as of extension version 1.20.0 and was removed in 2.0. Applications should use MongoDB\Driver\Monitoring\CommandStartedEvent::getHost() and MongoDB\Driver\Monitoring\CommandStartedEvent::getPort() instead.
Description
Returns the MongoDB\Driver\Server on which the command was executed.
Parameters
This function has no parameters.
Return Values
Returns the MongoDB\Driver\Server on which the command was executed.
Errors/Exceptions
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
Changelog
| Version | Description |
|---|---|
| PECL mongodb 2.0.0 | This method was removed. |
See Also
- MongoDB\Driver\Monitoring\CommandFailedEvent::getServer() - Returns the Server on which the command was executed
- MongoDB\Driver\Monitoring\CommandSucceededEvent::getServer() - Returns the Server on which the command was executed
- Application Performance Monitoring (APM)
↑ and ↓ to navigate • Enter to select • Esc to close • / to open