C# Class MongoDB.Driver.Internal.MongoDeleteMessage

Inheritance: MongoRequestMessage
ファイルを表示 Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Protected Methods

Method Description
WriteBody ( ) : void

Private Methods

Method Description
MongoDeleteMessage ( BsonBinaryWriterSettings writerSettings, string collectionFullName, RemoveFlags flags, IMongoQuery query ) : System

Method Details

WriteBody() protected method

protected WriteBody ( ) : void
return void