MongoDB\Driver\Monitoring\CommandStartedEvent::getServer
(mongodb >=1.3.0)
MongoDB\Driver\Monitoring\CommandStartedEvent::getServer — Returns the Server on which the command was executed
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.
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)