Library: MongoDB
Package: MongoDB
Header: Poco/MongoDB/KillCursorsRequest.h
Class for creating an OP_KILL_CURSORS client request. This request is used to kill cursors, which are still open, returned by query requests.
Direct Base Classes: RequestMessage
All Base Classes: Message, RequestMessage
Member Functions: buildRequest, cursors
Inherited Functions: buildRequest, header, messageLength, send
Constructor
virtual ~KillCursorsRequest();
Destructor
std::vector < Int64 > & cursors();
Return the cursors
void buildRequest(
BinaryWriter & writer
);
std::vector < Int64 > _cursors;