MongoDB\Driver\Monitoring\CommandFailedEvent::getCommandName

(mongodb >=1.3.0)

MongoDB\Driver\Monitoring\CommandFailedEvent::getCommandNameReturns the command name

Opis

final public MongoDB\Driver\Monitoring\CommandFailedEvent::getCommandName ( void ) : string

Returns the command name (e.g. "find", "aggregate").

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns the command name.

Błędy/Wyjątki

add a note add a note

User Contributed Notes

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