C# Class MongoDB.Driver.Internal.MongoUpdateMessage

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

Protected Methods

Method Description
WriteBody ( ) : void

Private Methods

Method Description
MongoUpdateMessage ( BsonBinaryWriterSettings writerSettings, string collectionFullName, bool checkUpdateDocument, UpdateFlags flags, IMongoQuery query, IMongoUpdate update ) : System

Method Details

WriteBody() protected method

protected WriteBody ( ) : void
return void