C# Class MongoDB.Driver.Internal.MongoGetMoreMessage

Inheritance: MongoRequestMessage
Show file Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Protected Methods

Method Description
WriteBody ( ) : void

Private Methods

Method Description
MongoGetMoreMessage ( string collectionFullName, int numberToReturn, long cursorId ) : System

Method Details

WriteBody() protected method

protected WriteBody ( ) : void
return void