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