The MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent class

はじめに

The MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent class encapsulates information about a started server heartbeat (i.e. » hello command issued through » server monitoring).

クラス概要

MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent
final class MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent {
/* メソッド */
final public string getHost()
final public int getPort()
final public bool isAwaited()
}
目次