Click or drag to resize

ThreadedStoreWriterContextAdd Method

Adds a Uri to the list of URIs for Graphs that are waiting to be written.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Add(
	Uri u
)

Parameters

u
Type: SystemUri

[Missing <param name="u"/> documentation for "M:VDS.RDF.Writing.Contexts.ThreadedStoreWriterContext.Add(System.Uri)"]

See Also