Class Mongo::Operation::Find::OpMsg
In: lib/mongo/operation/find/op_msg.rb
Parent: OpMsgBase

Execute the operation.

@example

  operation.execute(server)

@param [ Mongo::Server ] server The server to send the operation to.

@return [ Mongo::Operation::Find::Result ] The operation result.

@api private

@since 2.5.2

Included Modules

CausalConsistencySupported ExecutableTransactionLabel PolymorphicResult

[Validate]