ThreadSafeTripleStore Constructor (ThreadSafeGraphCollection) |
Creates a new Thread safe triple store using the given Thread safe graph collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic ThreadSafeTripleStore(
ThreadSafeGraphCollection collection
)
Public Sub New (
collection As ThreadSafeGraphCollection
)
Parameters
- collection
- Type: VDS.RDF.ThreadSafeGraphCollection
Collection.
See Also