MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::isAwaited

(mongodb >=1.13.0)

MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::isAwaitedReturns whether the heartbeat used a streaming protocol

Descrição

final public MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::isAwaited(): bool

Returns whether the heartbeat used a streaming protocol. The PHP driver does not use the streaming protocol for monitoring, so this method will always return false.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns false.

Erros/Exceções

add a note

User Contributed Notes

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