Click or drag to resize

DiskDemandGraphCollectionLoadOnDemand Method

Tries to load a Graph on demand.

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

Parameters

graphUri
Type: SystemUri

[Missing <param name="graphUri"/> documentation for "M:VDS.RDF.DiskDemandGraphCollection.LoadOnDemand(System.Uri)"]

Return Value

Type: IGraph

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

See Also