The MongoDB\Driver\Monitoring\CommandSucceededEvent class

(mongodb >=1.3.0)

Introdução

The MongoDB\Driver\Monitoring\CommandSucceededEvent class encapsulates information about a successful command.

Sinopse da classe

final MongoDB\Driver\Monitoring\CommandSucceededEvent {
/* Métodos */
final public getCommandName ( ) : string
final public getDurationMicros ( ) : int
final public getOperationId ( ) : string
final public getReply ( ) : object
final public getRequestId ( ) : string
final public getServer ( ) : MongoDB\Driver\Server
}

Índice

add a note add a note

User Contributed Notes

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