|
MongoDB\Driver\Session::endSessionTerminates a session Description
final public void MongoDB\Driver\Session::endSession()
This method closes an existing session. If a transaction was associated with this session, the transaction will be aborted. After calling this method, applications should not invoke other methods on the session.
ParametersThis function has no parameters. Return ValuesNo value is returned. Errors/Exceptions
See Also
|