Click or drag to resize

BsonBinaryWriterPopMaxDocumentSize Method

Note: This API is now obsolete.

Pops the max document size stack, restoring the previous max document size.

Namespace:  MongoDB.Bson.IO
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
[ObsoleteAttribute("Use PopSettings instead.")]
public void PopMaxDocumentSize()
See Also