Click or drag to resize

ThreadSafeGraphCollection Constructor (BaseGraphCollection)

Creates a new Thread Safe decorator around the supplied graph collection.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ThreadSafeGraphCollection(
	BaseGraphCollection graphCollection
)

Parameters

graphCollection
Type: VDS.RDFBaseGraphCollection
Graph Collection.
See Also