MongoDB\Driver\Monitoring\CommandSubscriber::commandSucceeded
PHP Manual
PHP Manual»MongoDB\Driver\Monitoring\CommandSubscriber»MongoDB\Driver\Monitoring\CommandSubscriber::commandSucceeded

MongoDB\Driver\Monitoring\CommandSubscriber::commandSucceeded

(mongodb >=1.3.0)

MongoDB\Driver\Monitoring\CommandSubscriber::commandSucceededNotification method for a successful command

Açıklama

abstract public function MongoDB\Driver\Monitoring\CommandSubscriber::commandSucceeded(MongoDB\Driver\Monitoring\CommandSucceededEvent $event): void

If the subscriber is registered, this method is called when a command succeeds.

Bağımsız Değişkenler

event (MongoDB\Driver\Monitoring\CommandSucceededEvent)
An event object encapsulating information about the successful command.

Dönen Değerler

Hiçbir değer dönmez.

Hatalar/İstisnalar

Ayrıca Bakınız

To Top