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.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
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