MongoDB\Driver\Monitoring\CommandStartedEvent::getServer
(mongodb >=1.3.0)
MongoDB\Driver\Monitoring\CommandStartedEvent::getServer — Returns the Server on which the command was executed
Beschreibung
Returns the MongoDB\Driver\Server on which the command was executed.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
Returns the MongoDB\Driver\Server on which the command was executed.
Fehler/Exceptions
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
Siehe auch
- 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)