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: 
Syntaxprotected override void Finalize()
Protected Overrides Sub Finalize
Implements
ObjectFinalize
Remarks
            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