BsonDocumentWrapperMaterializeCompleted Method |
Informs subclasses that the Materialize process completed so they can free any resources related to the unmaterialized state.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax protected override void MaterializeCompleted()
Protected Overrides Sub MaterializeCompleted
abstract MaterializeCompleted : unit -> unit
override MaterializeCompleted : unit -> unit
See Also