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.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax [ObsoleteAttribute("Use PopSettings instead.")]
public void PopMaxDocumentSize()
<ObsoleteAttribute("Use PopSettings instead.")>
Public Sub PopMaxDocumentSize
[<ObsoleteAttribute("Use PopSettings instead.")>]
member PopMaxDocumentSize : unit -> unit
See Also