MongoDB\Driver\Monitoring\CommandStartedEvent::getServer

(mongodb >=1.3.0)

MongoDB\Driver\Monitoring\CommandStartedEvent::getServerReturns the Server on which the command was executed

Opis

final public MongoDB\Driver\Monitoring\CommandStartedEvent::getServer ( void ) : MongoDB\Driver\Server

Returns the MongoDB\Driver\Server on which the command was executed.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns the MongoDB\Driver\Server on which the command was executed.

Błędy/Wyjątki

Zobacz też:

add a note add a note

User Contributed Notes

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