C# Class MongoDB.Driver.IO.GetMoreMessage

Description of GetMoreMessage.
Inheritance: RequestMessage
ファイルを表示 Open project: sdether/mongodb-csharp Class Usage Examples

Public Methods

Method Description
GetMoreMessage ( string fullCollectionName, long cursorID ) : System
GetMoreMessage ( string fullCollectionName, long cursorID, int numberToReturn ) : System

Protected Methods

Method Description
CalculateBodySize ( BsonWriter writer ) : int
WriteBody ( BsonWriter writer ) : void

Method Details

CalculateBodySize() protected method

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

GetMoreMessage() public method

public GetMoreMessage ( string fullCollectionName, long cursorID ) : System
fullCollectionName string
cursorID long
return System

GetMoreMessage() public method

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

WriteBody() protected method

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