PersistentTripleStoreFinalize Method |
Finalizer which ensures that the instance is properly disposed of thereby persisting any outstanding changes to the underlying store
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override void Finalize()
Protected Overrides Sub Finalize
Implements
ObjectFinalizeRemarks
If you do not wish to persist your changes you must call
Discard() prior to disposing of this instance or allowing it to go out of scope such that the finalizer gets called
See Also