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:
Syntax public ThreadSafeTripleStore(
ThreadSafeGraphCollection collection
)
Public Sub New (
collection As ThreadSafeGraphCollection
)
Parameters
- collection
- Type: VDS.RDFThreadSafeGraphCollection
Collection.
See Also