C# Class MongoDB.Driver.Internal.MongoGetMoreMessage

Inheritance: MongoRequestMessage
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Méthodes protégées

Méthode Description
WriteBody ( ) : void

Private Methods

Méthode Description
MongoGetMoreMessage ( string collectionFullName, int numberToReturn, long cursorId ) : System

Method Details

WriteBody() protected méthode

protected WriteBody ( ) : void
Résultat void