The MongoDB\Driver\Monitoring\ServerClosedEvent class

(mongodb >=1.13.0)

简介

The MongoDB\Driver\Monitoring\ServerClosedEvent class encapsulates information about a closed server.

类摘要

finalclassMongoDB\Driver\Monitoring\ServerClosedEvent {
finalpublicgetHost(): string
finalpublicgetPort(): int
}

目录

To Top