Click or drag to resize

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
)

Parameters

collection
Type: VDS.RDFThreadSafeGraphCollection
Collection.
See Also