Класс MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent

(mongodb >=1.13.0)

Введение

Класс MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent инкапсулирует информацию об успешном heartbeat сервера.

Обзор классов

final class MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent {
/* Методы */
final public getDurationMicros(): int
final public getHost(): string
final public getPort(): int
final public getReply(): object
final public isAwaited(): bool
}

Содержание

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top