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