Function MongoConnection.getMore
void getMore(T)
(
string collection_name,
int nret,
long cursor_id,
scope ReplyDelegate on_msg,
scope DocDelegate!T on_doc
);