C# 클래스 MongoDB.Driver.IO.GetMoreMessage

Description of GetMoreMessage.
상속: RequestMessage
파일 보기 프로젝트 열기: sdether/mongodb-csharp 1 사용 예제들

공개 메소드들

메소드 설명
GetMoreMessage ( string fullCollectionName, long cursorID ) : System
GetMoreMessage ( string fullCollectionName, long cursorID, int numberToReturn ) : System

보호된 메소드들

메소드 설명
CalculateBodySize ( BsonWriter writer ) : int
WriteBody ( BsonWriter writer ) : void

메소드 상세

CalculateBodySize() 보호된 메소드

protected CalculateBodySize ( BsonWriter writer ) : int
writer MongoDB.Driver.Bson.BsonWriter
리턴 int

GetMoreMessage() 공개 메소드

public GetMoreMessage ( string fullCollectionName, long cursorID ) : System
fullCollectionName string
cursorID long
리턴 System

GetMoreMessage() 공개 메소드

public GetMoreMessage ( string fullCollectionName, long cursorID, int numberToReturn ) : System
fullCollectionName string
cursorID long
numberToReturn int
리턴 System

WriteBody() 보호된 메소드

protected WriteBody ( BsonWriter writer ) : void
writer MongoDB.Driver.Bson.BsonWriter
리턴 void