class Mongo::Operation::KillCursors::OpMsg
A MongoDB killcursors operation sent as an op message.
@api private
@since 2.5.2
Private Instance Methods
message(server)
click to toggle source
# File lib/mongo/operation/kill_cursors/op_msg.rb, line 31 def message(server) Protocol::Msg.new(flags, options, command(server)) end