|
MongoDB\Driver\Monitoring\CommandSucceededEvent::getServerReturns 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\CommandSucceededEvent::getHost and MongoDB\Driver\Monitoring\CommandSucceededEvent::getPort instead. Description
final public MongoDB\Driver\Server MongoDB\Driver\Monitoring\CommandSucceededEvent::getServer()
Returns the MongoDB\Driver\Server on which the command was executed. ParametersThis function has no parameters. Return ValuesReturns the MongoDB\Driver\Server on which the command was executed. Errors/Exceptions
See Also
|