C# 클래스 CSMongo.MongoCursor

Contains information about a cursor for Mongo
파일 보기 프로젝트 열기: hugoware/CSMongo

공개 메소드들

메소드 설명
MongoCursor ( QueryRequest query, long cursor, int count ) : System

Creates a new MongoCursor

메소드 상세

MongoCursor() 공개 메소드

Creates a new MongoCursor
public MongoCursor ( QueryRequest query, long cursor, int count ) : System
query CSMongo.Requests.QueryRequest
cursor long
count int
리턴 System