Click or drag to resize

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
)

Parameters

collection
Type: VDS.RDFBaseGraphCollection
Collection.
See Also