MongoDB\Driver\Monitoring\CommandFailedEvent::getServer
Returns the Server on which the command was executed
Warning
This method has been DEPRECATED as of extension
version 1.20.0 and will be removed in 2.0. Applications should use
MongoDB\Driver\Monitoring\CommandFailedEvent::getHost
and
MongoDB\Driver\Monitoring\CommandFailedEvent::getPort
instead.
Description
final public MongoDB\Driver\Server MongoDB\Driver\Monitoring\CommandFailedEvent::getServer()
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.