GraphPersistenceWrapperDispose 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:
Syntax protected void Dispose(
bool disposing
)
Protected Sub Dispose (
disposing As Boolean
)
Parameters
- disposing
- Type: SystemBoolean
Whether the method was called from Dispose() or the destructor.
See Also