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.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
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