Click or drag to resize

ThreadedStoreWriterContextTryGetNextUri Method

Gets the next Uri for a Graph that is waiting to be written.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool TryGetNextUri(
	out Uri uri
)

Parameters

uri
Type: SystemUri

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

Return Value

Type: Boolean
Uri of next Graph to be written.
See Also