C# Class MongoDB.Driver.Internal.MongoUpdateMessage

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
MongoUpdateMessage ( BsonBinaryWriterSettings writerSettings, string collectionFullName, bool checkUpdateDocument, UpdateFlags flags, IMongoQuery query, IMongoUpdate update ) : System

Method Details

WriteBody() protected méthode

protected WriteBody ( ) : void
Résultat void