|
MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getDurationMicrosReturns the heartbeat's duration in microseconds Description
final public int MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getDurationMicros()
The heartbeat's duration is a calculated value that includes the time to send the message and receive the reply from the server. ParametersThis function has no parameters. Return ValuesReturns the heartbeat's duration in microseconds. Errors/Exceptions
|