BaseTripleStoreDetachEventHandlers Method |
Helper method which detaches the Triple Store's Event Handlers from the relevant events of a Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected void DetachEventHandlers(
IGraph g
)
Protected Sub DetachEventHandlers (
g As IGraph
)
Parameters
- g
- Type: VDS.RDFIGraph
[Missing <param name="g"/> documentation for "M:VDS.RDF.BaseTripleStore.DetachEventHandlers(VDS.RDF.IGraph)"]
See Also