MongoDB\Driver\Monitoring\CommandFailedEvent::getDurationMicros

(mongodb >=1.3.0)

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

說明

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

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

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

Returns the command's duration in microseconds.

錯誤/異常