MongoDB\Driver\Monitoring\ServerChangedEvent::getPreviousDescription

(mongodb >=1.13.0)

MongoDB\Driver\Monitoring\ServerChangedEvent::getPreviousDescriptionReturns the previous description for the server

Descripción

finalpublicMongoDB\Driver\Monitoring\ServerChangedEvent::getPreviousDescription(): MongoDB\Driver\ServerDescription

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns the previous MongoDB\Driver\ServerDescription for the server.

Errores/Excepciones

To Top