MongoDB\Driver\Monitoring\CommandFailedEvent::getDurationMicros

(mongodb >=1.3.0)

MongoDB\Driver\Monitoring\CommandFailedEvent::getDurationMicrosReturns the command's duration in microseconds

Açıklama

final public MongoDB\Driver\Monitoring\CommandFailedEvent::getDurationMicros ( void ) : int

The command's duration is a calculated value that includes the time to send the message and receive the reply from the server.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Returns the command's duration in microseconds.

Hatalar/İstisnalar