Click or drag to resize

ThreadedStoreWriterContext Constructor (ITripleStore, TextWriter)

Creates a new Threaded Store Writer Context with default settings.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ThreadedStoreWriterContext(
	ITripleStore store,
	TextWriter output
)

Parameters

store
Type: VDS.RDFITripleStore
Store to be written.
output
Type: System.IOTextWriter
TextWriter to write to.
See Also