C# Class MongoDB.Driver.Internal.MongoDeleteMessage

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
MongoDeleteMessage ( BsonBinaryWriterSettings writerSettings, string collectionFullName, RemoveFlags flags, IMongoQuery query ) : System

Method Details

WriteBody() protected méthode

protected WriteBody ( ) : void
Résultat void