Click or drag to resize

WebDemandGraphCollectionLoadOnDemand Method

Tries to load a Graph on demand from a URI.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override IGraph LoadOnDemand(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: IGraph

[Missing <returns> documentation for "M:VDS.RDF.WebDemandGraphCollection.LoadOnDemand(System.Uri)"]

See Also