GraphPersistenceWrapper.Dispose Method (Boolean) |
Disposes of the persistence wrapper and in doing so persists any changes to the underlying storage.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected void Dispose(
bool disposing
)
Protected Sub Dispose (
disposing As Boolean
)
Parameters
- disposing
- Type: System.Boolean
Whether the method was called from Dispose() or the destructor.
See Also