C# Class MongoDB.Driver.IO.GetMoreMessage

Description of GetMoreMessage.
Inheritance: RequestMessage
Afficher le fichier Open project: sdether/mongodb-csharp Class Usage Examples

Méthodes publiques

Méthode Description
GetMoreMessage ( string fullCollectionName, long cursorID ) : System
GetMoreMessage ( string fullCollectionName, long cursorID, int numberToReturn ) : System

Méthodes protégées

Méthode Description
CalculateBodySize ( BsonWriter writer ) : int
WriteBody ( BsonWriter writer ) : void

Method Details

CalculateBodySize() protected méthode

protected CalculateBodySize ( BsonWriter writer ) : int
writer MongoDB.Driver.Bson.BsonWriter
Résultat int

GetMoreMessage() public méthode

public GetMoreMessage ( string fullCollectionName, long cursorID ) : System
fullCollectionName string
cursorID long
Résultat System

GetMoreMessage() public méthode

public GetMoreMessage ( string fullCollectionName, long cursorID, int numberToReturn ) : System
fullCollectionName string
cursorID long
numberToReturn int
Résultat System

WriteBody() protected méthode

protected WriteBody ( BsonWriter writer ) : void
writer MongoDB.Driver.Bson.BsonWriter
Résultat void